Skip to content

Commit

Permalink
Add curl to docker image (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-spychala committed Jun 15, 2024
1 parent 6f8e976 commit 5c55c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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
Expand Down

0 comments on commit 5c55c0f

Please sign in to comment.