This website requires JavaScript.
Explore
Get Started
openstack
/
swift
Code
Issues
Proposed changes
5b9a90b65d
Branches
Tags
View all branches
swift
/
docker
/
install_scripts
/
20_apk_install_py2.sh
10 lines
104 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Dockerfile to build a py3 swift docker image This patch contains only a new Dockerfile and few changes to be able to build both py2 and py3 images. Next patch should contain changes to add the gate jobs to build a py3 docker image Change-Id: Ifdebde9597a787abcd553756e22261e2faaeedfc
2019-08-19 22:31:41 +02:00
#!/bin/sh
set
-e
apk add --update
\
python
\
python-dev
\
docker: Install cffi and cryptography from system packages Currently, builds are busted because they can't build wheels for these. Change-Id: I964d5858bfb926890169d46cbc7ab4e76fc40250
2021-05-27 10:31:14 -07:00
py-pip
\
py-cffi
\
py-cryptography
Copy Permalink