common.dockcross: Remove metadata and debian specific cmds

This commit is contained in:
Nathan Genetzky 2020-06-26 22:36:15 -05:00
parent 6ec6789f74
commit 7e638cf35b

View File

@ -7,20 +7,10 @@ COPY \
/buildscripts/
RUN \
apt-get update --yes && \
apt-get install --no-install-recommends --yes \
ca-certificates \
curl \
dirmngr \
gpg \
&& \
apt-get clean --yes && \
set -x && \
/buildscripts/install-gosu-binary.sh && \
/buildscripts/install-gosu-binary-wrapper.sh && \
rm -rf /buildscripts
# Runtime scripts
COPY imagefiles/entrypoint.sh imagefiles/dockcross /dockcross/
WORKDIR /work
ENTRYPOINT ["/dockcross/entrypoint.sh"]