Add installation of the DOCKER_INSTALLATION variable

This commit is contained in:
evgeniy-antonyuk 2022-10-21 12:12:40 +03:00
parent ce58d20dcc
commit b9cc4521b4

View file

@ -86,6 +86,7 @@ ENV COMPANY_NAME=$COMPANY_NAME \
RUN wget -q -P /tmp "$PACKAGE_BASEURL/$PACKAGE_FILE" && \
apt-get -y update && \
service postgresql start && \
export DOCKER_INSTALLATION=1 && \
apt-get -yq install /tmp/$PACKAGE_FILE && \
service postgresql stop && \
service supervisor stop && \