kopia lustrzana https://github.com/OpenDroneMap/WebODM
Leaner build
rodzic
177aaaf4e1
commit
425fcf6e75
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue