Skip to content

Commit

Permalink
feat(actions-runner): add dependencies for gha/deb-build-push-notify
Browse files Browse the repository at this point in the history
DEVOPS-77
  • Loading branch information
remdub committed Jul 30, 2024
1 parent 45cd8c0 commit 1984880
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions actions-runner/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,19 @@ USER root
RUN apt-get update -qqy \
&& apt-get full-upgrade -qqy \
&& apt-get install --no-install-recommends -qqy \
binutils \
curl \
dpkg-sig \
git \
jq \
python3-pip \
ruby-dev \
tzdata \
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install -qqy nodejs \
&& npm install -g pnpm@latest-8 \
&& pip3 install requests && pip3 install bs4 \
&& gem install fpm \
&& rm -rf /var/lib/apt/lists/* \
&& ln -sf /usr/share/zoneinfo/Europe/Brussels /etc/localtime \
&& echo "Europe/Brussels" > /etc/timezone \
Expand Down

0 comments on commit 1984880

Please sign in to comment.