Skip to content

Commit

Permalink
update snap dockerfile to include additional tools
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftkey committed Jul 2, 2019
1 parent 0a0ee40 commit dfe35c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion script/docker/snapcraft.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,8 @@ RUN apt -qq install --yes \
# needed for pacman builds
bsdtar \
# needed for RPM builds
rpm
rpm \
# needed for deb builds using fpm
binutils \
# needed for tweaking Snap output post-packaging
squashfs-tools

0 comments on commit dfe35c4

Please sign in to comment.