We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89bbcfa commit f5b17cfCopy full SHA for f5b17cf
Dockerfile
@@ -21,7 +21,7 @@ ARG RUNNER_IMAGE="debian:${DEBIAN_VERSION}"
21
FROM ${BUILDER_IMAGE} AS builder
22
23
# install build dependencies
24
-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 \
25
&& apt-get clean && rm -f /var/lib/apt/lists/*_*
26
27
# install node.js version 24
0 commit comments