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
cd49daf3
There was a problem fetching the pipeline summary.
Commit
cd49daf3
authored
8 years ago
by
Amandine PERRIN
Browse files
Options
Downloads
Patches
Plain Diff
Add git to images used for install
parent
17fa4e51
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
for_build/barrnap_only/Dockerfile
+5
-1
5 additions, 1 deletion
for_build/barrnap_only/Dockerfile
for_build/basics/Dockerfile
+4
-0
4 additions, 0 deletions
for_build/basics/Dockerfile
with
9 additions
and
1 deletion
for_build/barrnap_only/Dockerfile
+
5
−
1
View file @
cd49daf3
...
...
@@ -7,7 +7,11 @@ RUN apt-get update &&\
# Install package needed
RUN
apt-get
install
-y
\
wget
\
python3-pip
python3-pip
\
libdatetime-perl
\
libxml-simple-perl
\
libdigest-md5-perl
\
git
# Update pip
RUN
pip3
install
--upgrade
pip
...
...
This diff is collapsed.
Click to expand it.
for_build/basics/Dockerfile
+
4
−
0
View file @
cd49daf3
...
...
@@ -7,6 +7,10 @@ RUN apt-get update &&\
# Install package needed
RUN
apt-get
install
-y
\
wget
\
libdatetime-perl
\
libxml-simple-perl
\
libdigest-md5-perl
\
git
\
python3-pip
# Update 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