We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d83ef3d commit ec3e8baCopy full SHA for ec3e8ba
1 file changed
debian.Dockerfile
@@ -15,9 +15,7 @@ RUN apt-get update && apt-get -y -f install \
15
file \
16
rsync \
17
sed \
18
- upx \
19
- && apt-get clean \
20
- && rm -rf /var/lib/apt/lists/*
+ upx
21
22
RUN wget "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz" \
23
--no-check-certificate -qO- | tar --strip-components=1 -xz --one-top-level=/usr
0 commit comments