From 1d60a6ea8fe9f5eb4c96c176a63a23e80eb087df Mon Sep 17 00:00:00 2001 From: Recolic Keghart <root@recolic.net> Date: Tue, 6 Apr 2021 23:20:15 +0800 Subject: [PATCH] ubuntu --- Dockerfile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 54f7ffc..9d3a47d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,12 @@ -FROM archlinux/base +FROM ubuntu:20.04 MAINTAINER root@recolic.net -RUN pacman -Sy -RUN pacman -S --noconfirm curl netcat iputils grep -RUN pacman -S --noconfirm python +RUN apt update +RUN apt install -y curl netcat iputils-ping python3.8 +# RUN pacman -Sy +# RUN pacman -S --noconfirm curl netcat iputils grep +# RUN pacman -S --noconfirm python RUN mkdir /app COPY . /app -- GitLab