add curl dependency

This commit is contained in:
silentsilas 2024-09-02 18:53:15 -04:00
parent 5ed5fde8d1
commit 3e77cb13b2
Signed by: silentsilas
GPG Key ID: 113DFB380F724A81
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
FROM ${BUILDER_IMAGE} as builder
# install build dependencies
RUN apt-get update -y && apt-get install -y build-essential git \
RUN apt-get update -y && apt-get install -y build-essential git curl \
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
# prepare build dir