Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandrocasalino authored Apr 15, 2024
1 parent 5aa7b25 commit 8f1a6ff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ FROM ubuntu:latest

WORKDIR /root

RUN apt-get update \
&& apt-get install -y curl

RUN curl -L "https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh" | bash \
&& apt-get update \
&& apt-get install -y make git golang libseccomp-dev gitlab-runner \
Expand Down

0 comments on commit 8f1a6ff

Please sign in to comment.