mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
Add base image
This commit is contained in:
parent
bf8efa8b8e
commit
b86c8897a0
1
DockerfileBase
Normal file
1
DockerfileBase
Normal file
|
@ -0,0 +1 @@
|
|||
FROM ubuntu:latest
|
|
@ -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/*
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue
Block a user