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 553c321 commit ec7e73d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker.diskimage-builder/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ 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
&& 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

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

Expand Down

0 comments on commit ec7e73d

Please sign in to comment.