mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
fixes to make Dockerfile work with latest phusion/baseimage
This commit is contained in:
parent
79b5add08f
commit
2e76c1e570
@ -10,7 +10,9 @@ RUN apt-get update && apt-get --auto-remove -y dist-upgrade
|
||||
# Add the RethinkDB repository and public key
|
||||
# "RethinkDB Packaging <packaging@rethinkdb.com>" http://download.rethinkdb.com/apt/pubkey.gpg
|
||||
RUN apt-key adv --keyserver pgp.mit.edu --recv-keys 1614552E5765227AEC39EFCFA7E00EF33A8F2399 \
|
||||
&& echo "deb http://download.rethinkdb.com/apt trusty main" > /etc/apt/sources.list.d/rethinkdb.list \
|
||||
&& . /etc/lsb-release \
|
||||
&& echo "deb http://download.rethinkdb.com/apt $DISTRIB_CODENAME main" \
|
||||
> /etc/apt/sources.list.d/rethinkdb.list \
|
||||
&& apt-get update && apt-get -y install rethinkdb
|
||||
|
||||
RUN mkdir -vp /etc/service/rethinkdb \
|
||||
@ -18,4 +20,4 @@ RUN mkdir -vp /etc/service/rethinkdb \
|
||||
&& chmod a+x /etc/service/rethinkdb/run
|
||||
|
||||
RUN apt-get -y install python-virtualenv git
|
||||
RUN apt-get -y install python-gdbm python3-gdbm libpython2.7-dev libpython3.4-dev libffi-dev libssl-dev
|
||||
RUN apt-get -y install python-gdbm python3-gdbm libpython2.7-dev libpython3-dev libffi-dev libssl-dev
|
||||
|
Loading…
x
Reference in New Issue
Block a user