Skip to content

Commit cbb3b4f

Browse files
committed
CHANGED: location of patches
1 parent a425b22 commit cbb3b4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
1111
# Remove used packages to make it lighter
1212
# Add dlditool and the mpcf patch
1313
RUN mkdir -p /usr/bin && \
14-
wget --no-check-certificate https://www.chishm.com/DLDI/downloads/mpcf.dldi -O /usr/bin/mpcf.dldi && \
14+
wget --no-check-certificate https://www.chishm.com/DLDI/downloads/mpcf.dldi -O /usr/bin/dldi/mpcf.dldi && \
1515
wget --no-check-certificate https://www.chishm.com/DLDI/downloads/dlditool-linux-x86_64.zip -O /tmp/dlditool.zip && \
1616
unzip -o /tmp/dlditool.zip -d /usr/bin && \
1717
chmod +x /usr/bin/dlditool && \

0 commit comments

Comments
 (0)