Skip to content

Commit

Permalink
Merge pull request kubernetes#22 from ibuildthecloud/share-mnt
Browse files Browse the repository at this point in the history
share-mnt 0.1.1
  • Loading branch information
ibuildthecloud authored Jun 16, 2016
2 parents e8797a9 + f4d764f commit 5127be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rancher-k8s-images/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN curl -sfSL -o /usr/bin/share-mnt https://github.com/rancher/runc/releases/download/share-mnt-v0.1.0/share-mnt && \
RUN curl -sfSL -o /usr/bin/share-mnt https://github.com/rancher/runc/releases/download/share-mnt-v0.1.1/share-mnt && \
chmod u+x /usr/bin/share-mnt

RUN cp /usr/bin/nsenter /nsenter
Expand Down

0 comments on commit 5127be6

Please sign in to comment.