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 f8e9a79 commit f769c22
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ RUN apt-get -y update \
&& git clone https://gitlab.com/ecp-ci/jacamar-ci.git \
&& cd jacamar-ci \
&& make \
&& make install PREFIX=/usr/local
RUN groupadd slurm --gid 12202 \
&& adduser --uid 6003 --ingroup slurm slurm000
RUN cd /etc/gitlab-runner
RUN gitlab-runner --version
RUN /opt/jacamar/bin/jacamar --version
RUN id slurm000
RUN apt-get remove -y git
&& make install PREFIX=/usr/local \
&& groupadd slurm --gid 12202 \
&& adduser --uid 6003 --ingroup slurm slurm000 \
&& cd /etc/gitlab-runner \
&& gitlab-runner --version \
&& /opt/jacamar/bin/jacamar --version \
&& id slurm000 \
&& apt-get remove -y git make

0 comments on commit f769c22

Please sign in to comment.