Skip to content

Commit

Permalink
Now has certificates in the image
Browse files Browse the repository at this point in the history
  • Loading branch information
The1Penguin committed Mar 14, 2023
1 parent a36db6e commit 0d31096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ run cabal update && \
from debian:11.6-slim
workdir /app

run apt update && apt install -y libgmp10
run apt update && apt install -y libgmp10 ca-certificates

copy --from=build /app/dtek.link .

Expand Down

0 comments on commit 0d31096

Please sign in to comment.