Skip to content

Commit

Permalink
pip in virtualenv (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
viennaa authored Feb 21, 2024
1 parent 6f67afa commit cf613bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN apk --update add python3 openssl ca-certificates bash python3-dev git py3-p
apk --update add --virtual build-dependencies libffi-dev openssl-dev libxml2 libxml2-dev libxslt libxslt-dev build-base
RUN git config --global http.sslVerify false
RUN git clone https://github.com/sapcc/vrops-exporter.git
RUN python3 -m venv /opt/vrops-env
RUN . /opt/vrops-env/bin/activate
ENV PATH /opt/vrops-env/bin:$PATH
RUN pip3 install --upgrade pip
RUN pip3 install --ignore-installed six
RUN pip install --upgrade cffi
Expand Down

0 comments on commit cf613bb

Please sign in to comment.