summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Biro <nurupo.contributions@gmail.com>2019-10-28 05:33:41 -0400
committerMaxim Biro <nurupo.contributions@gmail.com>2020-03-03 01:23:24 -0500
commit7c63b0f73420c9336ab00dfc905fbd720a16fa41 (patch)
tree9b1120819e38c45c97874205c19118e039404db3
parentac5c9ebce405c282e11438d19c9ce1f4e8f7604d (diff)
Update tox-bootstrapd's dockerfile to use Debian Buster
-rw-r--r--other/bootstrap_daemon/docker/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/other/bootstrap_daemon/docker/Dockerfile b/other/bootstrap_daemon/docker/Dockerfile
index b056773e..5ef359cf 100644
--- a/other/bootstrap_daemon/docker/Dockerfile
+++ b/other/bootstrap_daemon/docker/Dockerfile
@@ -1,4 +1,4 @@
1FROM debian:stretch-slim 1FROM debian:buster-slim
2 2
3WORKDIR /tmp/tox 3WORKDIR /tmp/tox
4 4
@@ -11,7 +11,7 @@ RUN export BUILD_PACKAGES="\
11 python3" && \ 11 python3" && \
12 export RUNTIME_PACKAGES="\ 12 export RUNTIME_PACKAGES="\
13 libconfig9 \ 13 libconfig9 \
14 libsodium18" && \ 14 libsodium23" && \
15# get all deps 15# get all deps
16 apt-get update && apt-get install -y $BUILD_PACKAGES $RUNTIME_PACKAGES && \ 16 apt-get update && apt-get install -y $BUILD_PACKAGES $RUNTIME_PACKAGES && \
17# install toxcore and daemon 17# install toxcore and daemon