Skip to content

Commit f5b17cf

Browse files
committed
Install curl
1 parent 89bbcfa commit f5b17cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
2121
FROM ${BUILDER_IMAGE} AS builder
2222

2323
# install build dependencies
24-
RUN apt-get update -y && apt-get install -y build-essential git \
24+
RUN apt-get update -y && apt-get install -y build-essential git curl \
2525
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
2626

2727
# install node.js version 24

0 commit comments

Comments
 (0)