From 564baa927dd3d5dddd721bb76c446362c24a8826 Mon Sep 17 00:00:00 2001 From: Markus Krogh Date: Wed, 7 Nov 2018 14:40:25 +0100 Subject: Include ca-certificates, change path for pwned --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.1