Add base image

master
Kirigaya Kazuto 2022-02-05 23:50:42 +00:00
parent bf8efa8b8e
commit b86c8897a0
4 changed files with 3 additions and 2 deletions

1
DockerfileBase Normal file
View File

@ -0,0 +1 @@
FROM ubuntu:latest

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM wg-ops-base:latest
RUN apt update \
&& apt install -y build-essential \
&& rm -rf /var/lib/apt/lists/*

View File

@ -1,4 +1,4 @@
FROM ubuntu:latest
FROM wg-ops-base:latest
RUN rm -f /etc/apt/apt.conf.d/docker-gzip-indexes \
&& apt update \
&& TZ=Asia/Shanghai DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true apt install -y systemd systemd-sysv \