Skip to content

Commit

Permalink
ci: update default installed software
Browse files Browse the repository at this point in the history
  • Loading branch information
SnowballXueQiu committed Oct 29, 2023
1 parent c3dc5eb commit cb4df95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ 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 update && \
apt-get install -y curl vim openssl

RUN \
apt-get clean && \
Expand Down

0 comments on commit cb4df95

Please sign in to comment.