Skip to content
Snippets Groups Projects
Commit a18f2cf9 authored by ale's avatar ale
Browse files

Add python3-virtualenv

parent d735b44f
No related branches found
No related tags found
No related merge requests found
Pipeline #59303 passed
......@@ -16,7 +16,7 @@ COPY feedbackloop.sh /usr/local/bin/feedbackloop
RUN apt-get -q update && \
env DEBIAN_FRONTEND=noninteractive apt-get -qy install --no-install-recommends \
python3-flask python3-sqlalchemy python3-flask-sqlalchemy python3-cheroot \
python3-setuptools python3-pip && \
python3-setuptools python3-pip python3-virtualenv && \
apt-get clean && \
rm -fr /var/lib/apt/lists/* && \
virtualenv /virtualenv && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment