Skip to content

Commit ec3e8ba

Browse files
committed
Revert repo cleanup
1 parent d83ef3d commit ec3e8ba

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

debian.Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ RUN apt-get update && apt-get -y -f install \
1515
file \
1616
rsync \
1717
sed \
18-
upx \
19-
&& apt-get clean \
20-
&& rm -rf /var/lib/apt/lists/*
18+
upx
2119

2220
RUN wget "https://github.com/Kitware/CMake/releases/download/v${CMAKE_VERSION}/cmake-${CMAKE_VERSION}-linux-x86_64.tar.gz" \
2321
--no-check-certificate -qO- | tar --strip-components=1 -xz --one-top-level=/usr

0 commit comments

Comments
 (0)