|
@@ -25,6 +25,7 @@ RUN apt-get update && apt-get install -y \
|
|
|
bash-completion \
|
|
|
btrfs-tools \
|
|
|
build-essential \
|
|
|
+ cmake \
|
|
|
createrepo \
|
|
|
curl \
|
|
|
dpkg-sig \
|
|
@@ -46,6 +47,7 @@ RUN apt-get update && apt-get install -y \
|
|
|
python-websocket \
|
|
|
xfsprogs \
|
|
|
tar \
|
|
|
+ vim-common \
|
|
|
--no-install-recommends
|
|
|
|
|
|
# glibc in Debian has a bug specific to s390x that won't be fixed until Debian 8.6 is released
|
|
@@ -175,10 +177,10 @@ RUN ./contrib/download-frozen-image-v2.sh /docker-frozen-images \
|
|
|
s390x/hello-world:latest@sha256:780d80b3a7677c3788c0d5cd9168281320c8d4a6d9183892d8ee5cdd610f5699
|
|
|
# See also "hack/make/.ensure-frozen-images" (which needs to be updated any time this list is)
|
|
|
|
|
|
-# Install tomlv, vndr, runc, containerd, grimes, docker-proxy
|
|
|
+# Install tomlv, vndr, runc, containerd, tini, docker-proxy
|
|
|
# Please edit hack/dockerfile/install-binaries.sh to update them.
|
|
|
COPY hack/dockerfile/install-binaries.sh /tmp/install-binaries.sh
|
|
|
-RUN /tmp/install-binaries.sh tomlv vndr runc containerd grimes proxy
|
|
|
+RUN /tmp/install-binaries.sh tomlv vndr runc containerd tini proxy
|
|
|
|
|
|
# Wrap all commands in the "docker-in-docker" script to allow nested containers
|
|
|
ENTRYPOINT ["hack/dind"]
|