Skip to content

Commit

Permalink
fix image (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhengYuTay authored Dec 15, 2023
1 parent a95e9bf commit 0acf2c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM --platform=linux/amd64 debian:bookworm-slim
FROM --platform=linux/amd64 debian:bullseye-slim

RUN apt-get update && apt-get install unzip openssl ca-certificates -y
RUN apt-get update && apt-get install unzip openssl ca-certificates libssl1.1 -y
COPY ./jupiter-swap-api-x86_64-unknown-linux-gnu.zip ./jupiter-swap-api-x86_64-unknown-linux-gnu.zip
RUN unzip jupiter-swap-api-x86_64-unknown-linux-gnu.zip
RUN rm jupiter-swap-api-x86_64-unknown-linux-gnu.zip
Expand Down

0 comments on commit 0acf2c8

Please sign in to comment.