Skip to content

Commit

Permalink
Fixing Dockerfile
Browse files Browse the repository at this point in the history
  - deb-src changed
  • Loading branch information
AnHeuermann committed May 8, 2024
1 parent 65bae28 commit 3a0223b
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 @@ -21,7 +21,7 @@ RUN echo \
$(lsb_release -cs) nightly" | tee /etc/apt/sources.list.d/openmodelica.list > /dev/null
RUN echo \
"deb-src [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/openmodelica-keyring.gpg] https://build.openmodelica.org/apt \
nightly contrib" | tee -a /etc/apt/sources.list.d/openmodelica.list > /dev/null
$(lsb_release -cs) nightly" | tee -a /etc/apt/sources.list.d/openmodelica.list > /dev/null
RUN apt-get update && apt-get build-dep -qy openmodelica

# Install additional dependencies, e.g. to build the User's Guide
Expand Down

0 comments on commit 3a0223b

Please sign in to comment.