Skip to content

Commit dd8a89f

Browse files
committed
Install build-essential
1 parent 603f290 commit dd8a89f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ FROM ghcr.io/actions/actions-runner:latest AS prod
22

33
USER root
44

5-
# installing prerequisities needed for bratiska-cli (and sometimes npm build) - yarn, kustomize, envsubst and make
5+
# installing prerequisities needed for bratiska-cli (and sometimes npm build) - yarn, kustomize, envsubst and build-essential
66
RUN mkdir -p /home/runner/.local/bin/ \
77
# install envsubst
88
&& apt-get update && apt-get install gettext-base \
9-
&& apt-get install make \
9+
&& apt-get install build-essential \
1010
# install yarn and make it executable command
1111
&& curl -fsSL -o /home/runner/.local/bin/yarn https://github.com/yarnpkg/yarn/releases/download/v1.22.19/yarn-1.22.19.js \
1212
&& chmod +x /home/runner/.local/bin/yarn \

0 commit comments

Comments
 (0)