Skip to content

Commit

Permalink
Merge pull request #3 from JarvusInnovations/develop
Browse files Browse the repository at this point in the history
Release: v1.1.0
  • Loading branch information
themightychris authored Oct 4, 2021
2 parents b0dabf7 + 108d04f commit 272b33d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ RUN bio pkg install --binlink --binlink-dir /bin --force \
core/bzip2 \
core/gzip \
core/tar \
core/xz \
&& bio pkg binlink core/bzip2 --dest /usr/bin --force \
&& bio pkg binlink core/gzip --dest /usr/bin --force \
&& bio pkg binlink core/tar --dest /usr/bin --force \
&& bio pkg binlink core/xz --dest /usr/bin --force \
&& rm -r /hab/cache/artifacts

# install backup tools
Expand Down

0 comments on commit 272b33d

Please sign in to comment.