testing action

This commit is contained in:
spinach 2023-06-23 11:14:15 -04:00
parent 7e81a18370
commit 43a6ea96d7

52
Dockerfile Normal file
View File

@ -0,0 +1,52 @@
FROM archlinux:latest
MAINTAINER Keegan Deppe
LABEL maintainer "Keegan Deppe noway@me.net"
ARG user=spinach
ARG group=wheel
ARG uid=1000
ARG dotfiles=dotfiles.git
ARG userspace=userspace.git
ARG vcsprovider=git.keegandeppe.com
ARG vcsowner=kdeppe
USER root
RUN \
pacman -Syu && \
pacman -S \
sudo \
ncurses \
ca-certificates \
libressl \
bash-completion \
cmake \
ctags \
file \
curl \
build-base \
gcc \
coreutils \
wget \
neovim \
git git-doc \
zsh \
docker \
docker-compose \
tmux \
picom \
make \
bat \
calcurse \
pam-gnupg \
tmuxp \
rofi \
rofi-calc \
lua \
rust \
clang \
gopls \
python-lsp-server \
typescript-language-server \
lua-language-server \
rust-analyzer