Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
ICNML
docker
Commits
cea4cda4
Commit
cea4cda4
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Patches
Plain Diff
Use apt-get instead of apt
parent
6860f5d3
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#2054
passed
5 years ago
Stage: build
Stage: push
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
web/Dockerfile
+2
-2
2 additions, 2 deletions
web/Dockerfile
with
2 additions
and
2 deletions
web/Dockerfile
+
2
−
2
View file @
cea4cda4
...
...
@@ -4,8 +4,8 @@ LABEL maintainer "Marco De Donno <Marco.DeDonno@unil.ch>"
################################################################################
# Installation of Python and other tooling
RUN
apt update
&&
\
apt
install
-y
curl git python python-pip
&&
\
RUN
apt
-get
update
&&
\
apt
-get
install
-y
curl git python python-pip
&&
\
rm
-rf
/var/lib/apt/lists/
*
################################################################################
...
...
This diff is collapsed.
Click to expand it.
Marco De Donno
@mdedonno
mentioned in commit
ICNML/conf/production@be1c30ac
·
5 years ago
mentioned in commit
ICNML/conf/production@be1c30ac
mentioned in commit ICNML/conf/production@be1c30ac4e78c103498aa7e5ab488e19b97b72ff
Toggle commit list
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