add openssl

This commit is contained in:
Jai A
2024-06-28 16:55:54 -07:00
parent 88db79188c
commit 7be02318e0
2 changed files with 2 additions and 2 deletions

View File

@@ -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:

View File

@@ -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/*