diff options
author | Kali Kaneko <kali@leap.se> | 2018-02-14 02:22:23 +0100 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2018-02-15 16:36:55 +0100 |
commit | bfda65b93510d8f1e0e8c8e9a95a245ac4524f4c (patch) | |
tree | a0552d231ba4e368dda244e6e8091b1135ad835d /pkg/docker_bundleapt/Dockerfile | |
parent | d39adbba2883697fd5b7ec69b46cafd535efe021 (diff) |
[pkg] fixes for bundle script
Diffstat (limited to 'pkg/docker_bundleapt/Dockerfile')
-rw-r--r-- | pkg/docker_bundleapt/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/docker_bundleapt/Dockerfile b/pkg/docker_bundleapt/Dockerfile index 76a43657..ee07a1c2 100644 --- a/pkg/docker_bundleapt/Dockerfile +++ b/pkg/docker_bundleapt/Dockerfile @@ -72,4 +72,8 @@ RUN ln -s /usr/lib/python2.7/dist-packages/sipconfig.py /usr/local/lib/python2.7 RUN ln -s /usr/lib/python2.7/dist-packages/sipconfig_nd.py /usr/local/lib/python2.7/site-packages/ RUN ln -s /usr/lib/python2.7/dist-packages/sip.pyi /usr/local/lib/python2.7/site-packages/ +# 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 |