-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1e2257
commit 99de197
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
FROM ubuntu:22.04 | ||
LABEL maintainer="Allan CORNET [email protected]" | ||
|
||
RUN apt update; | ||
RUN apt -q update; | ||
RUN apt -y upgrade; | ||
RUN apt -y install build-essential; | ||
RUN apt -y install git; | ||
|
@@ -77,7 +77,7 @@ RUN rm -rf /var/lib/apt/lists/* | |
|
||
RUN git clone https://github.com/Nelson-numerical-software/nelson.git /nelson | ||
WORKDIR "/nelson" | ||
RUN git checkout -b v0.7.9 | ||
RUN git checkout -b v0.7.10 | ||
|
||
RUN mkdir /home/nelsonuser | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters