Skip to content

Commit a9e947c

Browse files
authored
Merge pull request #2 from sparcs-kaist/fix/update-ca
Fix CA update in Docker environment
2 parents 7075954 + df88478 commit a9e947c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

build/linux/Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
FROM centurylink/ca-certs
1+
FROM alpine
2+
RUN apk update && apk upgrade && apk add --no-cache ca-certificates
3+
RUN update-ca-certificates
24

5+
FROM scratch
36
COPY dist /
4-
57
VOLUME /data
6-
78
WORKDIR /
8-
99
EXPOSE 9000
10-
1110
ENTRYPOINT ["/whale"]

0 commit comments

Comments
 (0)