add dateparser dependency
This commit is contained in:
@ -16,6 +16,7 @@ RUN \
|
|||||||
apt update && \
|
apt update && \
|
||||||
apt install -y libmariadbclient-dev && \
|
apt install -y libmariadbclient-dev && \
|
||||||
pip3 install mariadb && \
|
pip3 install mariadb && \
|
||||||
|
pip3 install dateparser && \
|
||||||
pip3 install connexion && \
|
pip3 install connexion && \
|
||||||
pip3 install connexion[swagger-ui] && \
|
pip3 install connexion[swagger-ui] && \
|
||||||
pip3 install uwsgi && \
|
pip3 install uwsgi && \
|
||||||
|
2
build.sh
2
build.sh
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
IMAGE_NAME="registry.hottis.de/hv/hv-service"
|
IMAGE_NAME="registry.hottis.de/hv/hv-service"
|
||||||
VERSION=0.0.1
|
VERSION=0.0.3
|
||||||
|
|
||||||
docker build -t ${IMAGE_NAME}:${VERSION} .
|
docker build -t ${IMAGE_NAME}:${VERSION} .
|
||||||
docker push ${IMAGE_NAME}:${VERSION}
|
docker push ${IMAGE_NAME}:${VERSION}
|
||||||
|
Reference in New Issue
Block a user