forked from Ivasoft/github-actions
Working github actions
This commit is contained in:
9
docker/Dockerfile.linux.amd64
Normal file
9
docker/Dockerfile.linux.amd64
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM docker:dind
|
||||
|
||||
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||
|
||||
RUN apk add --no-cache ca-certificates curl bash
|
||||
RUN curl -s https://raw.githubusercontent.com/nektos/act/master/install.sh | bash -s v0.2.24
|
||||
|
||||
ADD release/linux/amd64/plugin /bin/
|
||||
ENTRYPOINT ["/usr/local/bin/dockerd-entrypoint.sh", "/bin/plugin"]
|
||||
Reference in New Issue
Block a user