web-wesm: Use 'common.dockcross' for gosu and dockcross scripts

This commit is contained in:
Nathan Genetzky 2020-06-26 22:43:35 -05:00
parent f2ece3727e
commit db2516e650

View File

@ -5,8 +5,6 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
RUN rm /bin/sh && ln -s /bin/dash /bin/sh
COPY imagefiles/install-gosu-binary-wrapper.sh /buildscripts/
ARG DEBIAN_FRONTEND=noninteractive
ARG REPO=http://cdn-fastly.deb.debian.org
@ -51,9 +49,9 @@ RUN \
xz-utils \
zlib1g-dev \
&& \
apt-get clean --yes && \
/buildscripts/install-gosu-binary-wrapper.sh && \
rm -rf /buildscripts
apt-get clean --yes
#include "common.dockcross"
#include "common.docker"