diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-14 02:26:21 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:56 +0100 |
commit | 980d37c5d064b88c375c8bc80a5a77aafc4a1ccb (patch) | |
tree | 15a437eafb6765ecd37c64da7e110b226dda550d /pkg/docker_bundleapt/Dockerfile | |
parent | bfda65b93510d8f1e0e8c8e9a95a245ac4524f4c (diff) |
[pkg] get golang dependencies in the base image
Diffstat (limited to 'pkg/docker_bundleapt/Dockerfile')
-rw-r--r-- | pkg/docker_bundleapt/Dockerfile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pkg/docker_bundleapt/Dockerfile b/pkg/docker_bundleapt/Dockerfile index ee07a1c2..0e79cf3c 100644 --- a/pkg/docker_bundleapt/Dockerfile +++ b/pkg/docker_bundleapt/Dockerfile @@ -74,6 +74,3 @@ RUN ln -s /usr/lib/python2.7/dist-packages/sip.pyi /usr/local/lib/python2.7/site # get dependencies for bitmask-systray so that builds are quick RUN export GOPATH=/srv/go && go get 0xacab.org/leap/bitmask-systray - -# get ourselves a shell -RUN apt-get install bash |