openssl
Unit Tests with docker compose and cargo / unit-test (push) Successful in 1m24s Details
Build image / build (push) Failing after 1m32s Details

This commit is contained in:
Alie 2024-02-22 18:46:52 +01:00
parent 6ce5891257
commit e0de735ca3
1 changed files with 1 additions and 1 deletions

View File

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