Skip to content

Commit

Permalink
add openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Jun 28, 2024
1 parent 88db791 commit 7be0231
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:


- name: Pull Docker image from GHCR
run: docker pull ghcr.io/modrinth/daedalus:latest
run: docker pull ghcr.io/modrinth/daedalus:master

- name: Run Docker container
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN cargo build --release
FROM debian:bullseye-slim

RUN apt-get update \
&& apt-get install -y --no-install-recommends ca-certificates \
&& apt-get install -y --no-install-recommends ca-certificates openssl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 7be0231

Please sign in to comment.