Merge pull request #108 from brainstorm/add_pax

Add common (un)archiver, pax
This commit is contained in:
Jean-Christophe Fillion-Robin 2017-01-30 08:58:56 -05:00 committed by GitHub
commit 9a398e7de8

View File

@ -25,6 +25,7 @@ RUN apt-get update && apt-get install \
bison \ bison \
flex \ flex \
tar \ tar \
pax \
vim \ vim \
wget \ wget \
runit \ runit \