diff options
| author | Markus Krogh <markus@nordu.net> | 2018-11-07 14:40:25 +0100 |
|---|---|---|
| committer | Markus Krogh <markus@nordu.net> | 2018-11-07 14:40:25 +0100 |
| commit | 564baa927dd3d5dddd721bb76c446362c24a8826 (patch) | |
| tree | 5502047722c35a5a01bdd2512b8c22cc0d8ac615 /Dockerfile | |
| parent | b0864b66daa7e25df42f9b33e999ecfac70faa21 (diff) | |
Include ca-certificates, change path for pwned
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
