Skip to content

Commit 73980c3

Browse files
authored
Merge pull request #5 from m-mizutani/fix/add-cert
Add installation of ca-certificates and openssl in Dockerfile
2 parents 12a4c74 + 5604265 commit 73980c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ RUN chmod +x /pkl
1111
FROM --platform=linux/x86_64 ubuntu:20.04
1212
COPY --from=build-go /app/hatchery /hatchery
1313
COPY --from=build-go /pkl /usr/local/bin/pkl
14+
RUN apt-get update && apt-get install -y ca-certificates openssl
1415

1516
ENTRYPOINT ["/hatchery"]

0 commit comments

Comments
 (0)