Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
panacota
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Amandine PERRIN
panacota
Commits
4fbd9169
Commit
4fbd9169
authored
6 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Adapt dockerfile to buid test image
parent
80e7c8ec
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#11614
failed
6 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
for_tests/Dockerfile
+3
-3
3 additions, 3 deletions
for_tests/Dockerfile
with
3 additions
and
3 deletions
for_tests/Dockerfile
+
3
−
3
View file @
4fbd9169
from
ubuntu:16.04
from
ubuntu:latest
# Update apt-get packages
# Update apt-get packages
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
...
@@ -9,7 +8,8 @@ RUN apt-get update &&\
...
@@ -9,7 +8,8 @@ RUN apt-get update &&\
# Install package needed and update pip
# Install package needed and update pip
RUN
apt-get
install
-y
\
RUN
apt-get
install
-y
\
wget
\
wget
\
python3-pip
python3-pip
\
python3
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
--upgrade
pip
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment