2
0
mirror of https://github.com/linka-cloud/d2vm.git synced 2025-06-23 13:52:26 +00:00

add verbose flag, deprecate debug false

Dockerfile: add missing ca-certificates
run: hetzner: add token env var
fix examples

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-08-09 16:52:12 +02:00
parent 1721146c7d
commit 96026b88ab
16 changed files with 44 additions and 37 deletions

View File

@ -11,7 +11,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
systemd \
dbus \
iproute2 \
udhcpc \
isc-dhcp-client \
iputils-ping
RUN systemctl preset-all

View File

@ -9,7 +9,7 @@ RUN apt-get update -y && \
systemd-sysv \
systemd \
dbus \
udhcpc \
isc-dhcp-client \
iproute2 \
iputils-ping