summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-10-02 23:35:02 +0200
committerKali Kaneko <kali@leap.se>2017-10-02 23:59:03 +0200
commit634d4e9bb3000f019f24cc613a6660fea7ddc2fb (patch)
tree027a7bc748e390010c5ccf27a172bd8534c4bb15
parentdd80e6083247446a44c22ac430620045aba287ef (diff)
[pkg] update the dockerfile
-rw-r--r--pkg/docker_bundle/Dockerfile8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkg/docker_bundle/Dockerfile b/pkg/docker_bundle/Dockerfile
index 41635cb8..5c3797d3 100644
--- a/pkg/docker_bundle/Dockerfile
+++ b/pkg/docker_bundle/Dockerfile
@@ -1,10 +1,8 @@
-# Thiis is *almost* a copy of the file that's used for building the bundle docker image.
+# This is *almost* a copy of the file that's used for building the bundle docker image.
# The copy that the CI uses is in tests/docker/Dockerfile
# It has diverged from the original, but it's because I don't want the clutter
-# of all the nodejs and friends inside a container for bundling.
-
-# TODO consider converging the two copies!
+# of all the nodejs and friends inside a container for bundling -- kali.
FROM ubuntu:16.04
@@ -16,5 +14,5 @@ RUN apt update && apt upgrade -y
# Install bitmask-dev build deps
RUN apt install -y git build-essential python-virtualenv libpython-dev \
libsqlcipher-dev libssl-dev libffi-dev python-pyqt5 python-pyqt5.qtwebkit \
- libusb-0.1-4 patchelf
+ libusb-0.1-4 patchelf wget