mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Update tox-bootstrapd's dockerfile to use Debian Buster
This commit is contained in:
parent
ac5c9ebce4
commit
7c63b0f734
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user