pull/1048/head
Piero Toffanin 2021-09-01 17:01:01 -04:00
rodzic 177aaaf4e1
commit 425fcf6e75
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -87,8 +87,9 @@ RUN set -ex; \
RUN set -ex; \
apt-get remove -y gcc build-essential wget; \
apt-get autoremove -y; \
apt-get clean; \
rm -fr /var/lib/apt/lists/* /staging;
rm -fr /var/lib/apt/lists/* /staging /usr/include;
COPY docker-entrypoint.sh /usr/local/bin/
RUN ln -s /usr/local/bin/docker-entrypoint.sh / # backwards compat