initial commit

This commit is contained in:
2022-03-05 00:30:50 -06:00
commit 8560c362a0
627 changed files with 178605 additions and 0 deletions

26
docker/64_bit/arch Normal file
View File

@@ -0,0 +1,26 @@
FROM archlinux:base
MAINTAINER Scott E. Graves <scott.e.graves@protonmail.com>
CMD bash
# Required system packages
RUN pacman -Syy --noconfirm && pacman -Su --noconfirm && pacman --noconfirm -S \
automake \
autoconf \
m4 \
perl \
base-devel \
autoconf \
automake \
libtool \
nano \
cmake \
make \
fuse2 \
gcc \
gnupg \
git \
diffutils \
tar \
wget \
zip \
pkgconf