Initial scaffold: dev toolchain agent container
This commit is contained in:
+15
@@ -0,0 +1,15 @@
|
||||
FROM git.unkin.net/unkin/agent-base:latest
|
||||
|
||||
USER root
|
||||
|
||||
RUN dnf install -y \
|
||||
golang \
|
||||
nodejs \
|
||||
npm \
|
||||
python3 \
|
||||
python3-pip \
|
||||
make \
|
||||
ripgrep \
|
||||
&& dnf clean all
|
||||
|
||||
USER agent
|
||||
Reference in New Issue
Block a user