You've already forked build-image
Initial Commit
This commit is contained in:
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
FROM archlinux/base:latest
|
||||
|
||||
RUN pacman --sync \
|
||||
--refresh \
|
||||
--noconfirm \
|
||||
--sysupgrade go make git
|
||||
|
||||
WORKDIR /workspace
|
Reference in New Issue
Block a user