Initial Commit

This commit is contained in:
2019-04-18 17:33:44 +02:00
commit ca202ced8d
2 changed files with 25 additions and 0 deletions

8
Dockerfile Normal file
View File

@ -0,0 +1,8 @@
FROM archlinux/base:latest
RUN pacman --sync \
--refresh \
--noconfirm \
--sysupgrade go make git
WORKDIR /workspace