Start to add megapahit viewer and add nasm to debian builer

This commit is contained in:
zontreck 2024-08-20 08:27:51 -07:00
parent e136e17dd2
commit 118936ff4e
6 changed files with 47 additions and 1 deletions

13
ArchBase/Dockerfile Normal file
View file

@ -0,0 +1,13 @@
FROM archlinux:latest
LABEL author="Tara Piccari" maintainer="tarapiccari@gmail.com"
SHELL [ "/bin/bash", "-c" ]
ENV HOME /root
ENV DOCKER 1
USER root
WORKDIR /
RUN echo yes | pacman -Syu
RUN echo yes | pacman -S rsync zip unzip file