File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN apt-get update \
2828 libpq-dev \
2929 && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
3030 && pip3 install \
31- git+https://github.com/psycopg/psycopg2.git@2a4d602 \
3231 git+https://github.com/ohmu/pghoard.git@${PGHOARD_VERSION} \
3332 awscli boto python-keystoneclient python-swiftclient \
3433 && apt-get -y remove gcc python2.7 \
Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ RUN apt-get update \
2828 libpq-dev \
2929 && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
3030 && pip3 install \
31- git+https://github.com/psycopg/psycopg2.git@2a4d602 \
3231 git+https://github.com/ohmu/pghoard.git@${PGHOARD_VERSION} \
3332 awscli boto python-keystoneclient python-swiftclient \
3433 && apt-get -y remove gcc python2.7 \
You can’t perform that action at this time.
0 commit comments