update workflow
This commit is contained in:
3
dockerfiles/alpine
Normal file
3
dockerfiles/alpine
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk add git gcc musl-dev
|
||||
3
dockerfiles/arch
Normal file
3
dockerfiles/arch
Normal file
@@ -0,0 +1,3 @@
|
||||
FROM archlinux:latest
|
||||
|
||||
RUN pacman -Syu --noconfirm git gcc
|
||||
5
dockerfiles/debian
Normal file
5
dockerfiles/debian
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM debian:latest
|
||||
|
||||
RUN apt update
|
||||
RUN apt upgrade
|
||||
RUN apt install -y git gcc
|
||||
7
dockerfiles/void
Normal file
7
dockerfiles/void
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM voidlinux/voidlinux
|
||||
|
||||
RUN echo 'repository=https://repo-default.voidlinux.org/current' > /etc/xbps.d/00-repository-main.conf
|
||||
RUN xbps-install -S
|
||||
RUN xbps-install -yu xbps
|
||||
RUN xbps-install -yu
|
||||
RUN xbps-install -y git gcc
|
||||
Reference in New Issue
Block a user