From e0de735ca35c2893c418ebbb53c8a2555ddad3f5 Mon Sep 17 00:00:00 2001 From: Alie Date: Thu, 22 Feb 2024 18:46:52 +0100 Subject: [PATCH] openssl --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8e470e..e2328a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ARG APP_NAME=mastodon-image-uploader-bot FROM rust:${RUST_VERSION}-slim-bullseye AS build ARG APP_NAME WORKDIR /app -RUN apt update && apt install pkg-config -y +RUN apt update && apt install pkg-config openssl -y # Build the application. # Leverage a cache mount to /usr/local/cargo/registry/ # for downloaded dependencies and a cache mount to /app/target/ for