Skip to content

Commit ba87655

Browse files
gertjaapadiabat
authored andcommitted
Adds CA Roots to docker container. Can't use HTTPS without it (#159)
1 parent 3bffde9 commit ba87655

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WORKDIR /usr/local/go/src/github.com/mit-dci/lit/cmd/lit-af
1313
RUN go build
1414

1515
FROM alpine
16+
RUN apk add --no-cache ca-certificates
1617
WORKDIR /app
1718
RUN cd /app
1819
COPY --from=build /usr/local/go/src/github.com/mit-dci/lit/lit /app/bin/lit

0 commit comments

Comments
 (0)