Update tox-bootstrapd's dockerfile to use Debian Buster

This commit is contained in:
Maxim Biro 2019-10-28 05:33:41 -04:00
parent ac5c9ebce4
commit 7c63b0f734
No known key found for this signature in database
GPG Key ID: AB3AD9896472BFA4

View File

@ -1,4 +1,4 @@
FROM debian:stretch-slim
FROM debian:buster-slim
WORKDIR /tmp/tox
@ -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