new snakebite git url

This commit is contained in:
Noah Levitt 2019-04-08 11:11:51 -07:00
parent 794cc29c80
commit ac3d238a3d
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ RUN apt-get install -y libsqlite3-dev
# trough itself # trough itself
RUN virtualenv -p python3 /opt/trough-ve3 \ RUN virtualenv -p python3 /opt/trough-ve3 \
&& . /opt/trough-ve3/bin/activate \ && . /opt/trough-ve3/bin/activate \
&& pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string \ && pip install git+https://github.com/nlevitt/snakebite.git@py3 \
&& pip install git+https://github.com/internetarchive/trough.git && pip install git+https://github.com/internetarchive/trough.git
RUN mkdir -vp /etc/service/trough-sync-local \ RUN mkdir -vp /etc/service/trough-sync-local \

View File

@ -5,7 +5,7 @@
set -x set -x
pip install git+https://github.com/jkafader/snakebite@feature/python3-version-string pip install git+https://github.com/nlevitt/snakebite.git@py3
pip install git+https://github.com/internetarchive/trough.git pip install git+https://github.com/internetarchive/trough.git
mkdir /etc/trough mkdir /etc/trough