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 28742d0 commit a1a7f36
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 @@ -3,7 +3,7 @@ FROM ubuntu:latest
WORKDIR /root

RUN apt-get -y update \
&& apt-get install -y gccgo make git libseccomp2 \
&& apt-get install -y make git golang libseccomp2 \
&& git clone https://gitlab.com/ecp-ci/jacamar-ci.git \
&& cd jacamar-ci \
&& make \
Expand Down

0 comments on commit a1a7f36

Please sign in to comment.