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 c6684c6 commit 560d003
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
RUN apt-get install -y go make git libc libseccomp
RUN apt-get install -y gccgo make git libseccomp2
RUN git clone https://gitlab.com/ecp-ci/jacamar-ci.git
RUN cd jacamar-ci
RUN make build
Expand Down

0 comments on commit 560d003

Please sign in to comment.