Skip to content

Commit

Permalink
fix: Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Sep 7, 2023
1 parent 9a98d1a commit 87aeda3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ RUN cd /src \

FROM alpine:3.18 as tool

RUN apk update && apk add libgcc
RUN apk update && \
apk add \
libgcc \
openssl1.1-compat

COPY --from=base /src/target/release/aim /usr/local/bin

Expand Down

0 comments on commit 87aeda3

Please sign in to comment.