Skip to content

Commit

Permalink
fix installation
Browse files Browse the repository at this point in the history
skip tests
  • Loading branch information
prudhomm committed Feb 1, 2024
1 parent c7a6c72 commit 01f688b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/feelpp/bim2modelica/bim2modelica-env:$TAG

USER root

RUN apt update -y -q && apt install -y apt install python3.10-venv && apt clean && rm -rf /var/lib/apt/lists/*
RUN apt update -y -q && apt install -y python3.10-venv python3-venv && apt clean && rm -rf /var/lib/apt/lists/*

USER bim2modelica

Expand Down

0 comments on commit 01f688b

Please sign in to comment.