Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #525 from gravitational/sergei/procps_55x
Browse files Browse the repository at this point in the history
[5.5] Add props inside planet container
  • Loading branch information
UnderGreen committed Oct 30, 2019
2 parents f67f004 + 5c7df44 commit 0fb96c9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.assets/docker/base.dockerfile
Expand Up @@ -46,9 +46,10 @@ RUN apt-get update && apt-get install -q -y --allow-downgrades bridge-utils \
nfs-common \
jq \
conntrack \
strace ; \
apt-get -t testing install -y lvm2; \
apt-get -y autoclean; apt-get -y clean
strace \
procps \
lvm2 && \
apt-get -y autoclean && apt-get -y clean

# do not install docker from Debian repositories but rather download static binaries for seccomp support
RUN curl https://download.docker.com/linux/static/stable/x86_64/docker-$DOCKER_VER-ce.tgz -o /tmp/docker-$DOCKER_VER.tgz && \
Expand All @@ -68,4 +69,3 @@ RUN curl -L https://github.com/coredns/coredns/releases/download/v${COREDNS_VER}

RUN groupadd --system --non-unique --gid 1000 planet ;\
useradd --system --non-unique --no-create-home -g 1000 -u 1000 planet

0 comments on commit 0fb96c9

Please sign in to comment.