summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-03-12 23:54:59 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-03-12 23:54:59 +0100
commita26e082a65895ce2ed3ad48585b6a86be7c412b9 (patch)
treea4bc519bb4c52011b4042bd564eb0f3da586a41b
parentbb270d16ddf82400750cf1792ed4469b5ca94408 (diff)
[ci] add dependencies to produce debs
-rw-r--r--docker/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 774da24..6fd910a 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -16,7 +16,8 @@ RUN apt install -y --no-install-recommends \
git curl wget \
golang libappindicator3-dev libgtk-3-dev \
mingw-w64 upx-ucl python snapcraft \
- unzip
+ unzip \
+ devscripts debhelper dh-golang golang-golang-x-text-dev
# we need nsis >= 3.0
RUN echo 'deb http://archive.ubuntu.com/ubuntu cosmic universe' >> /etc/apt/sources.list