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 c1282dd commit c6684c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM registry.gitlab.com/ecp-ci/ecp-ci.gitlab.io/jacamar-quick-start:latest
FROM ubuntu:latest

WORKDIR /root

RUN apt-get -y update
RUN apt-get install -y git
RUN apt-get install -y go make git libc libseccomp
RUN git clone https://gitlab.com/ecp-ci/jacamar-ci.git
RUN cd jacamar-ci
RUN make build
Expand Down

0 comments on commit c6684c6

Please sign in to comment.