Commit 62558f23 authored by 神楽坂玲奈's avatar 神楽坂玲奈

alpine

parent ff5a967b
FROM debian FROM alpine
RUN apt update && apt install -y \ RUN apk add --no-cache bind-tools iproute2
dnsutils \
&& rm -rf /var/lib/apt/lists/*
WORKDIR /usr/src/app WORKDIR /usr/src/app
COPY ddns-route.sh . COPY ddns-route.sh .
......
#!/bin/bash #!/bin/sh
#DOMAIN=$1 #DOMAIN=$1
#PROTO=$2 #PROTO=$2
#TAIL=$3 #TAIL=$3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment