Skip to content

Commit

Permalink
use bsdtar because: coreos/bugs#1095
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramon Buckland committed May 2, 2017
1 parent 61831b2 commit a07ff80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker.diskimage-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ FROM ubuntu:16.04
ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update \
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl bsdtar \
&& mv /bin/tar /bin/tar.notused && ln -s /bin/bsdtar /bin/tar
&& apt-get install -y --no-install-recommends apt-transport-https ca-certificates curl bsdtar

# RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 58118E89F3A912897C070ADBF76221572C52609D

Expand All @@ -30,3 +29,4 @@ RUN cd /usr/local/src/diskimage-builder \
&& python setup.py build \
&& python setup.py install \
&& git clone https://github.com/openstack/dib-utils /usr/local/src/dib-utils
RUN mv /bin/tar /bin/tar.notused && ln -s /bin/bsdtar /bin/tar

0 comments on commit a07ff80

Please sign in to comment.