Skip to content

Commit

Permalink
docker: Keep curl
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Mar 23, 2024
1 parent 3265f21 commit 9d1c298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ RUN \
&& adduser -u 423 -S kernelcollector -G kernelcollector \
# Upgrade system
&& apk update \
&& apk add --no-cache --virtual .dev-deps g++ clang autoconf gettext-tiny libtool automake make curl bzip2-dev libmd-dev linux-headers perl zlib-dev zstd-dev file patch grep \
&& apk add --no-cache gnupg gzip fakeroot xz tar zlib bzip2 zstd-libs libmd \
&& apk add --no-cache --virtual .dev-deps g++ clang autoconf gettext-tiny libtool automake make bzip2-dev libmd-dev linux-headers perl zlib-dev zstd-dev file patch grep \
&& apk add --no-cache gnupg gzip fakeroot xz tar zlib bzip2 zstd-libs libmd curl \
# Compile dpkg from source (needed for zstd support)
&& cd /tmp \
# Find latest version of dpkg
Expand Down

0 comments on commit 9d1c298

Please sign in to comment.