summaryrefslogtreecommitdiff
path: root/other
diff options
context:
space:
mode:
Diffstat (limited to 'other')
-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