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

alpine

parent ff5a967b
FROM debian
FROM alpine
RUN apt update && apt install -y \
dnsutils \
&& rm -rf /var/lib/apt/lists/*
RUN apk add --no-cache bind-tools iproute2
WORKDIR /usr/src/app
COPY ddns-route.sh .
......
#!/bin/bash
#!/bin/sh
#DOMAIN=$1
#PROTO=$2
#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