docker – Diff between revs 21 and 42

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 21 Rev 42
Line 14... Line 14...
14 bash \ 14 bash \
15 unzip \ 15 unzip \
16 libgssapi-krb5-2 \ 16 libgssapi-krb5-2 \
17 libssl1.1 \ 17 libssl1.1 \
18 libicu67 \ 18 libicu67 \
19 curl 19 curl \
-   20 libgdiplus \
-   21 libc6-dev
Line 20... Line 22...
20   22  
21 # retrieve latest Corrade 23 # retrieve latest Corrade
22 WORKDIR /tmp 24 WORKDIR /tmp
23 RUN curl -fsSSL https://corrade.grimore.org/download/corrade/linux-x64/LATEST.zip -o /tmp/Corrade.zip && \ 25 RUN curl -fsSSL https://corrade.grimore.org/download/corrade/linux-x64/LATEST.zip -o /tmp/Corrade.zip && \