rb needs python 2 :-(
This commit is contained in:
parent
597fa7fbe6
commit
12a2109900
10
Dockerfile
10
Dockerfile
@ -17,11 +17,11 @@ ARG RB_VERSION
|
|||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
apt update && \
|
apt update && \
|
||||||
apt install -y python3 curl build-essential python3-dev libffi-dev libssl-dev patch libmariadbclient-dev cvs git-core subversion apache2 libapache2-mod-wsgi liboauth0 liboauth-dev python3-oauth python3-ldap python3-subvertpy python3-pip && \
|
apt install -y python curl build-essential python-dev libffi-dev libssl-dev patch libmariadbclient-dev cvs git-core subversion apache2 libapache2-mod-wsgi liboauth0 liboauth-dev python-oauth python-ldap python-subvertpy python-pip && \
|
||||||
pip3 install -U pip setuptools && \
|
pip install -U pip setuptools && \
|
||||||
pip3 install -U mysqlclient && \
|
pip install -U mysqlclient && \
|
||||||
pip3 install -U mercurial && \
|
pip install -U mercurial && \
|
||||||
pip3 install ReviewBoard${RB_VERSION} django-storages==1.1.8 oauthlib==1.0.1
|
pip install ReviewBoard${RB_VERSION} django-storages==1.1.8 oauthlib==1.0.1
|
||||||
|
|
||||||
COPY start.sh /usr/local/sbin/
|
COPY start.sh /usr/local/sbin/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user