Move to py3 and pin versions
This commit is contained in:
parent
e861a6cc7a
commit
703b18ac0f
11
Dockerfile
11
Dockerfile
@ -7,15 +7,10 @@ COPY . ${WORKDIR}
|
|||||||
|
|
||||||
COPY sbin/* /sbin/
|
COPY sbin/* /sbin/
|
||||||
|
|
||||||
# TODO(decentral1se): install python3, pip3 instead
|
RUN apk --no-cache add ca-certificates mysql-client py3-pip
|
||||||
|
|
||||||
RUN apk --no-cache add \
|
RUN pip3 install --upgrade pip==20.0.2
|
||||||
ca-certificates \
|
|
||||||
mysql-client \
|
|
||||||
py-pip
|
|
||||||
|
|
||||||
RUN pip install --upgrade pip
|
RUN pip3 install --no-cache-dir crudini==0.9
|
||||||
|
|
||||||
RUN pip install --no-cache-dir crudini
|
|
||||||
|
|
||||||
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
ENTRYPOINT ["/sbin/entrypoint.sh"]
|
||||||
|
Reference in New Issue
Block a user