mirror of
https://github.com/haugene/docker-transmission-openvpn.git
synced 2025-09-13 17:51:04 +02:00
Use Debian Buster as base image
See: - https://github.com/transmission/transmission/issues/313#issuecomment-446005020 - https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865624
This commit is contained in:
parent
e6ba0d7c10
commit
27394f047c
@ -1,4 +1,4 @@
|
||||
ARG base_image=balenalib/raspberry-pi:stretch
|
||||
ARG base_image=balenalib/raspberry-pi:buster
|
||||
FROM $base_image
|
||||
|
||||
# For building on x86 machines. CircleCI un-comments before building
|
||||
@ -133,4 +133,4 @@ EXPOSE 9091
|
||||
CMD ["dumb-init", "/etc/openvpn/start.sh"]
|
||||
|
||||
# For building on x86 machines. CircleCI un-comments before building
|
||||
#RUN [ "cross-build-end" ]
|
||||
#RUN [ "cross-build-end" ]
|
||||
|
Loading…
x
Reference in New Issue
Block a user