mirror of
https://github.com/Kiritow/wg-ops.git
synced 2024-03-22 13:11:37 +08:00
5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
FROM ubuntu:latest
|
|
RUN apt update \
|
|
&& apt install -y build-essential \
|
|
&& rm -rf /var/lib/apt/lists/*
|