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 5ebed4d commit f801268Copy full SHA for f801268
Dockerfile
@@ -6,6 +6,10 @@ RUN chown -R unblob /data
6
7
WORKDIR /data/output
8
9
+# Enable backports, required to get upx package
10
+RUN printf "deb http://deb.debian.org/debian bookworm-backports main\n" \
11
+ > /etc/apt/sources.list.d/backports.list
12
+
13
COPY install-deps.sh /
14
RUN sh -xeu /install-deps.sh
15
0 commit comments