Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Docker-in-Docker (DinD) capabilities of public runners deactivated.
More info
Open sidebar
pipelet
Pipelet
Commits
3a0cf2e7
Commit
3a0cf2e7
authored
May 15, 2018
by
Maude Le Jeune
Browse files
Dockerfile
parent
e4ab57ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
Dockerfile
Dockerfile
+10
-0
No files found.
Dockerfile
0 → 100644
View file @
3a0cf2e7
FROM
debian:jessie-slim
RUN
apt-get update
&&
apt-get
install
-y
python-cherrypy3
&&
rm
-rf
/var/lib/apt/lists/
*
#RUN mkdir /pipelet
#COPY ./ /pipelet
ADD
./ /pipelet
RUN
cd
/pipelet
&&
python setup.py
install
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