We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5065aa commit 07f15a2Copy full SHA for 07f15a2
1 file changed
Dockerfile
@@ -62,7 +62,7 @@ RUN install-packages \
62
default-libmysqlclient-dev; \
63
pip install oss2
64
# build upx
65
-RUN git clone https://github.com/upx/upx; \
+RUN git clone -b v3.96 https://github.com/upx/upx --depth=1; \
66
cd upx; git submodule update --init --recursive; make all UPX_UCLDIR=../ucl-1.03 CXXFLAGS_OPTIMIZE="-no-pie -O2"; cd -; \
67
cp upx/src/upx.out /usr/local/bin/upx; \
68
- rm -rf ucl-1.03 ucl-1.03.tar.gz upx;
+ rm -rf ucl-1.03 ucl-1.03.tar.gz upx;
0 commit comments