summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMarkus Krogh <markus@nordu.net>2018-11-07 14:40:25 +0100
committerMarkus Krogh <markus@nordu.net>2018-11-07 14:40:25 +0100
commit564baa927dd3d5dddd721bb76c446362c24a8826 (patch)
tree5502047722c35a5a01bdd2512b8c22cc0d8ac615 /Dockerfile
parentb0864b66daa7e25df42f9b33e999ecfac70faa21 (diff)
Include ca-certificates, change path for pwned
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 6e756bd..26804f3 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -9,7 +9,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o pwman .
#RUN apk --no-cache add ca-certificates
FROM ubuntu:18.04
RUN apt-get update && \
- apt-get install -y libheimdal-kadm5-perl
+ apt-get install -y libheimdal-kadm5-perl ca-certificates
WORKDIR /opt
COPY --from=build /go/src/pwman/pwman /usr/local/bin/
COPY krb5.conf /etc/krb5.conf