mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-04-04 21:19:15 +02:00
web-wesm: Use 'common.dockcross' for gosu and dockcross scripts
This commit is contained in:
parent
f2ece3727e
commit
db2516e650
@ -5,8 +5,6 @@ MAINTAINER Matt McCormick "matt.mccormick@kitware.com"
|
|||||||
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
|
# See https://github.com/asRIA/emscripten-docker/blob/master/Dockerfile.in#L4
|
||||||
RUN rm /bin/sh && ln -s /bin/dash /bin/sh
|
RUN rm /bin/sh && ln -s /bin/dash /bin/sh
|
||||||
|
|
||||||
COPY imagefiles/install-gosu-binary-wrapper.sh /buildscripts/
|
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
ARG REPO=http://cdn-fastly.deb.debian.org
|
ARG REPO=http://cdn-fastly.deb.debian.org
|
||||||
|
|
||||||
@ -51,9 +49,9 @@ RUN \
|
|||||||
xz-utils \
|
xz-utils \
|
||||||
zlib1g-dev \
|
zlib1g-dev \
|
||||||
&& \
|
&& \
|
||||||
apt-get clean --yes && \
|
apt-get clean --yes
|
||||||
/buildscripts/install-gosu-binary-wrapper.sh && \
|
|
||||||
rm -rf /buildscripts
|
#include "common.dockcross"
|
||||||
|
|
||||||
#include "common.docker"
|
#include "common.docker"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user