Merge pull request #63 from Magnus167/update-runner

Fix package installation in runner Dockerfile
This commit is contained in:
Palash Tyagi 2025-07-26 21:41:08 +01:00 committed by GitHub
commit 069ef25ef4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ ARG DEBIAN_FRONTEND=noninteractive
RUN apt update -y && apt upgrade -y && useradd -m docker
RUN apt install -y --no-install-recommends \
curl jq git unzip \
curl jq git zip unzip \
# dev dependencies
build-essential libssl-dev libffi-dev python3 python3-venv python3-dev python3-pip \
# dot net core dependencies