Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Goblin OGM
Goblin Buildchain
Commits
190debce
Unverified
Commit
190debce
authored
Jan 30, 2020
by
Jeffrey Phillips Freeman
💥
Browse files
Build: Added git to the installed tool.
parent
cb101617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
Dockerfile
View file @
190debce
...
...
@@ -6,7 +6,7 @@ MAINTAINER jeffrey.freeman@syncleus.com
# and then remove the build tools to minimize image size
# (buildDeps are removed, deps are kept)
RUN
set
-ex
\
&&
apt-get update
&&
apt-get
install
-y
build-essential
--no-install-recommends
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
apt-get update
&&
apt-get
install
-y
build-essential
git
--no-install-recommends
&&
rm
-rf
/var/lib/apt/lists/
*
\
&&
pip
install
--upgrade
pip
\
&&
pip
install
sphinx
\
&&
find /usr/local
-depth
\
...
...
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