Skip to content
Snippets Groups Projects
Commit 46cb69c3 authored by David Trattnig's avatar David Trattnig
Browse files

Call some more init scripts.

parent 1721269d
No related branches found
No related tags found
No related merge requests found
FROM python:3.7.7-buster FROM python:3.7.7-buster
MAINTAINER David Trattnig <david.trattnigr@subsquare.at> MAINTAINER David Trattnig <david.trattnig@subsquare.at>
RUN set -ex \ RUN set -ex \
&& rm -f /usr/bin/python && ln -s /usr/local/bin/python /usr/bin/python \ && rm -f /usr/bin/python && ln -s /usr/local/bin/python /usr/bin/python \
...@@ -17,8 +17,12 @@ RUN set -ex \ ...@@ -17,8 +17,12 @@ RUN set -ex \
quelcom \ quelcom \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
COPY script/install-opam-packages.sh /tmp/install-opam-packages.sh
COPY script/install-web.sh tmp/install-web.sh
COPY requirements.txt /tmp/requirements.txt COPY requirements.txt /tmp/requirements.txt
RUN bash tmp/install-opam-packages.sh
RUN bash tmp/install-web.sh
RUN pip3 install -r /tmp/requirements.txt RUN pip3 install -r /tmp/requirements.txt
RUN set -ex \ RUN set -ex \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment