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 fbc9b53 commit 5aa7b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:latest

WORKDIR /root

RUN curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | bash \
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 \
&& git clone https://gitlab.com/ecp-ci/jacamar-ci.git \
Expand Down

0 comments on commit 5aa7b25

Please sign in to comment.