Skip to content
Snippets Groups Projects
Commit 1d60a6ea authored by Recolic Keghart's avatar Recolic Keghart
Browse files

ubuntu

parent 3c8fcb6c
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment