initial commit

This commit is contained in:
len0rd 2023-10-23 23:47:34 -04:00
commit 3f900a2f75
9 changed files with 59 additions and 0 deletions

View file

@ -0,0 +1,8 @@
FROM ubuntu:22.04
RUN apt update
RUN apt install -yq --no-install-recommends \
# git \
wget \
gcc
COPY cool_file.txt /