Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
py27-alpine
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
docker
py27-alpine
Commits
19664b80
Commit
19664b80
authored
Jan 10, 2017
by
xa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add libressl and libffi
parent
3331440f
Pipeline
#953
failed with stage
in 2 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
Dockerfile
Dockerfile
+1
-1
No files found.
.gitlab-ci.yml
View file @
19664b80
...
...
@@ -3,7 +3,7 @@ before_script:
build python2.7
:
script
:
-
docker build -t errorist/py:2.7 .
-
docker build -
-pull -
t errorist/py:2.7 .
-
docker tag -f errorist/py:2.7 hub.errorist.xyz/py:2.7
-
docker push hub.errorist.xyz/py:2.7
tags
:
...
...
Dockerfile
View file @
19664b80
...
...
@@ -7,7 +7,7 @@ ADD pip.conf /etc/pip.conf
RUN
python
-m
pip
install
pytest pytest-cov pytest-flake8
RUN
python
-m
pip
install
pyyaml
RUN
apk add
--no-cache
autoconf gcc libc-dev
RUN
apk add
--no-cache
--virtual
build-dependencies gmp-dev python-dev
RUN
apk add
--no-cache
--virtual
build-dependencies gmp-dev python-dev
libffi-dev libressl-dev
RUN
python
-m
pip
install
paramiko
RUN
apk del build-dependencies
RUN
mkdir
-p
/root/.ssh
\
...
...
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