We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 603f290 commit dd8a89fCopy full SHA for dd8a89f
1 file changed
Dockerfile
@@ -2,11 +2,11 @@ FROM ghcr.io/actions/actions-runner:latest AS prod
2
3
USER root
4
5
-# installing prerequisities needed for bratiska-cli (and sometimes npm build) - yarn, kustomize, envsubst and make
+# installing prerequisities needed for bratiska-cli (and sometimes npm build) - yarn, kustomize, envsubst and build-essential
6
RUN mkdir -p /home/runner/.local/bin/ \
7
# install envsubst
8
&& apt-get update && apt-get install gettext-base \
9
- && apt-get install make \
+ && apt-get install build-essential \
10
# install yarn and make it executable command
11
&& curl -fsSL -o /home/runner/.local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-1.22.19.js \
12
&& chmod +x /home/runner/.local/bin/yarn \
0 commit comments