Skip to content

Commit

Permalink
docker test
Browse files Browse the repository at this point in the history
  • Loading branch information
dalmijn committed Jun 19, 2024
1 parent 66ccad0 commit 873bc04
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,9 +3,9 @@ ARG PIXIENV
RUN apt-get update && apt-get install -y curl

RUN useradd deltares
RUN usermod -u 1001 deltares
USER deltares
WORKDIR /home/deltares
RUN usermod -u 1001 deltares

RUN curl -fsSL https://pixi.sh/install.sh | bash
ENV PATH=/home/deltares/.pixi/bin:$PATH
Expand Down

0 comments on commit 873bc04

Please sign in to comment.