Skip to content

Commit

Permalink
Update tox-bootstrapd's dockerfile to use Debian Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
nurupo committed Mar 3, 2020
1 parent ac5c9eb commit 7c63b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions other/bootstrap_daemon/docker/Dockerfile
@@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:buster-slim

WORKDIR /tmp/tox

Expand All @@ -11,7 +11,7 @@ RUN export BUILD_PACKAGES="\
python3" && \
export RUNTIME_PACKAGES="\
libconfig9 \
libsodium18" && \
libsodium23" && \
# get all deps
apt-get update && apt-get install -y $BUILD_PACKAGES $RUNTIME_PACKAGES && \
# install toxcore and daemon
Expand Down

0 comments on commit 7c63b0f

Please sign in to comment.