Skip to content

Commit

Permalink
fix docker build (8xFF#13)
Browse files Browse the repository at this point in the history
* fix: docker build missing openssl

* fix: docker build missing openssl and ca-certificates
  • Loading branch information
giangndm authored Nov 18, 2024
1 parent c25ea84 commit 1720929
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN case $TARGETPLATFORM in \

FROM ubuntu:22.04

RUN apt update && apt install -y ca-certificates openssl && apt clean && rm -rf /var/lib/apt/lists/*
COPY --from=base /atm0s-cloud-admin-panel /atm0s-cloud-admin-panel

ENTRYPOINT ["/atm0s-cloud-admin-panel"]

0 comments on commit 1720929

Please sign in to comment.