Skip to content

Commit

Permalink
CAT: fix system deps install (#31275)
Browse files Browse the repository at this point in the history
  • Loading branch information
alafanechere authored Oct 11, 2023
1 parent ad010cc commit d309a2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DOCKER_VERSION = "24.0.2"

RUN apt-get update \
&& pip install --upgrade pip \
&& apt-get install tzdata bash curl
&& apt-get -y install tzdata bash curl

# Docker is required for the dagger in docker use case.
RUN curl -fsSL https://get.docker.com | sh
Expand Down

0 comments on commit d309a2f

Please sign in to comment.