We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bffde9 commit ba87655Copy full SHA for ba87655
Dockerfile
@@ -13,6 +13,7 @@ WORKDIR /usr/local/go/src/github.com/mit-dci/lit/cmd/lit-af
13
RUN go build
14
15
FROM alpine
16
+RUN apk add --no-cache ca-certificates
17
WORKDIR /app
18
RUN cd /app
19
COPY --from=build /usr/local/go/src/github.com/mit-dci/lit/lit /app/bin/lit
0 commit comments