Start to add megapahit viewer and add nasm to debian builer
This commit is contained in:
parent
e136e17dd2
commit
118936ff4e
6 changed files with 47 additions and 1 deletions
13
ArchBase/Dockerfile
Normal file
13
ArchBase/Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue