summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-02-10 21:45:18 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-10 22:04:12 +0100
commitf085beec2a6be9b1045ed4f609156ea54ad37d82 (patch)
tree7ccd7f0c32030629d0537c41c219f342dc8e73a9 /docker
parent5a23e0539d2447029785591db60f08affd50e314 (diff)
[pkg] add build deps
Diffstat (limited to 'docker')
-rw-r--r--docker/Dockerfile6
1 files changed, 2 insertions, 4 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index 82ea94e..29ade5b 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -1,8 +1,6 @@
-# An image to build and package the Bitmask Lite (RiseupVPN and other branded builds)
-# (c) LEAP Encryption Access Project 2018-2019
+# An image to build and package the BitmaskVPN (RiseupVPN and other branded builds)
+# (c) LEAP Encryption Access Project 2018-2021
-# we start with 18.04 (bionic) to match the core18 used in the snap
-# but we will have to install a couple of extras on top...
FROM ubuntu:20.04 as builder
MAINTAINER LEAP Encryption Access Project <info@leap.se>