Skip to content

Commit

Permalink
ci: update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Oct 29, 2023
1 parent 97db253 commit c3dc5eb
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,11 @@ WORKDIR /app
COPY --from=builder /app/target/release/backend_server /home/BackendServer/backend_server
COPY --from=builder /app/target/release/key_tool /home/BackendServer/key_tool

RUN apt-get update && apt-get install -y openssl

RUN \
apt-get clean && \
apt-get autoclean && \
rm -rf /var/lib/apt/lists/*

CMD ["bash"]

0 comments on commit c3dc5eb

Please sign in to comment.