Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gildas
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alexandre Beelen
gildas
Commits
e86aabb9
Commit
e86aabb9
authored
Sep 18, 2019
by
Alexandre Beelen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed images
parent
24020f75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile.multistage
Dockerfile.multistage
+4
-4
No files found.
Dockerfile.multistage
View file @
e86aabb9
FROM debian:stretch as worker
FROM debian:stretch as
gildas_
worker
RUN apt-get -y update && apt-get install -y \
libx11-6 \
libpng16-16 \
...
...
@@ -9,7 +9,7 @@ RUN apt-get -y update && apt-get install -y \
python-numpy \
libgtk2.0
FROM
worker as
_builder
FROM
gildas_worker as gildas
_builder
RUN apt-get -y update && apt-get install -y \
libx11-dev \
libpng-dev \
...
...
@@ -22,7 +22,7 @@ RUN apt-get -y update && apt-get install -y \
curl
FROM _builder as builder
FROM
gildas
_builder as builder
ARG release
ENV release=${release}
RUN curl http://www.iram.fr/~gildas/dist/gildas-src-$release.tar.xz | tar xJ && \
...
...
@@ -34,7 +34,7 @@ RUN curl http://www.iram.fr/~gildas/dist/gildas-src-$release.tar.xz | tar xJ &&
rm -Rf gildas-src-$release && \
cd gildas-exe-$release && curl http://www.iram.fr/~gildas/dist/gildas-doc-$release.tar.xz | tar xJ
FROM worker
FROM
gildas_
worker
ARG release
ENV release=${release}
RUN echo 'export GAG_ROOT_DIR=/gildas-exe-$release' >> /etc/bash.bashrc && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment