Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjelot committed Jul 6, 2021
1 parent 29511c9 commit e483167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=Debug -DWITH_SSE2=ON . && cmake --build . && cmake

WORKDIR /opt/patator
COPY ./requirements.txt ./
RUN python3 -m pip install -r requirements.txt
RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install -r requirements.txt

RUN sed -e '/cx_Oracle/d' -e 's,pysqlcipher3,pysqlcipher,' requirements.txt | python2 -m pip install -r /dev/stdin

Expand Down

0 comments on commit e483167

Please sign in to comment.