Jérémy DECOOL
3 years ago
No known key found for this signature in database
GPG Key ID: 60D6FF1081E8575
1 changed files with
1 additions and
1 deletions
-
octave/Dockerfile
|
|
@ -4,7 +4,7 @@ LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>" |
|
|
|
ENV DEBIAN_FRONTEND noninteractive |
|
|
|
|
|
|
|
ADD install.sh install.sh |
|
|
|
RUN sh install.sh && rm install.sh |
|
|
|
RUN bash install.sh && rm install.sh |
|
|
|
|
|
|
|
VOLUME ["/source"] |
|
|
|
WORKDIR /source |
|
|
|