diff --git a/Dockerfile b/Dockerfile index f89fd3ebd..8b173e8fe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ +# testing webhook # Build the Typescript app FROM node:18.16.0-alpine as ts-compiler WORKDIR /home/docsworker-xlarge @@ -34,6 +35,7 @@ ENV DEBIAN_FRONTEND=noninteractive RUN apt-get -o Acquire::Check-Valid-Until=false update RUN apt-get -y install libpython2.7-dev python2.7 git rsync unzip curl RUN curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py +# should i replace this with another python version RUN python2.7 get-pip.py RUN pip install requests virtualenv virtualenvwrapper py-dateutil RUN python2.7 -m pip install python-dateutil