|
@@ -20,8 +20,8 @@ COPY apt-sources.list /etc/apt/sources.list
|
|
|
|
|
|
# The container has no package lists, so need to update first
|
|
# The container has no package lists, so need to update first
|
|
RUN dpkg --add-architecture i386 && \
|
|
RUN dpkg --add-architecture i386 && \
|
|
- apt-get update -y && \
|
|
|
|
- apt-get install -y --no-install-recommends \
|
|
|
|
|
|
+ apt-get update -y
|
|
|
|
+RUN apt-get install -y --no-install-recommends \
|
|
build-essential cmake libc6:i386 g++-multilib \
|
|
build-essential cmake libc6:i386 g++-multilib \
|
|
bc ca-certificates file locales rsync \
|
|
bc ca-certificates file locales rsync \
|
|
cvs bzr git mercurial subversion wget \
|
|
cvs bzr git mercurial subversion wget \
|