We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a425b22 commit cbb3b4fCopy full SHA for cbb3b4f
1 file changed
Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
11
# Remove used packages to make it lighter
12
# Add dlditool and the mpcf patch
13
RUN mkdir -p /usr/bin && \
14
- wget --no-check-certificate https://www.chishm.com/DLDI/downloads/mpcf.dldi -O /usr/bin/mpcf.dldi && \
+ wget --no-check-certificate https://www.chishm.com/DLDI/downloads/mpcf.dldi -O /usr/bin/dldi/mpcf.dldi && \
15
wget --no-check-certificate https://www.chishm.com/DLDI/downloads/dlditool-linux-x86_64.zip -O /tmp/dlditool.zip && \
16
unzip -o /tmp/dlditool.zip -d /usr/bin && \
17
chmod +x /usr/bin/dlditool && \
0 commit comments