Skip to content

Commit

Permalink
adding curlimages on dockerfile2
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciacatandi committed Sep 2, 2024
1 parent 111a9fb commit 8e2ba3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -sSLo /tmp/GDAL-3.4.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.
# Install git
# hadolint ignore=DL3008
RUN apt-get update && \
apt-get install -y --no-install-recommends git ffmpeg libsm6 libxext6 && \
apt-get install -y --no-install-recommends curl git ffmpeg libsm6 libxext6 && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 8e2ba3d

Please sign in to comment.