docker – Diff between revs 14 and 19
?pathlinks?
Rev 14 | Rev 19 | |||
---|---|---|---|---|
Line 13... | Line 13... | |||
13 | coreutils \ |
13 | coreutils \ |
|
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 | |
19 | curl |
|
Line 20... | Line 20... | |||
20 | |
20 | |
|
21 | # retrieve latest Corrade |
21 | # retrieve latest Corrade |
|
22 | WORKDIR /tmp |
22 | WORKDIR /tmp |
|
23 | RUN curl -fsSSL https://corrade.grimore.org/download/corrade/linux-x64/LATEST.zip?q=$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20; echo;) -o /tmp/Corrade.zip && \ |
23 | RUN curl -fsSSL https://corrade.grimore.org/download/corrade/linux-x64/LATEST.zip?q=$(cat /proc/sys/kernel/random/uuid | sed 's/[-]//g' | head -c 20; echo;) -o /tmp/Corrade.zip && \ |