build off of act ubuntu image
Some checks failed
Build and Publish Runner Image / build (push) Failing after 1m5s
Some checks failed
Build and Publish Runner Image / build (push) Failing after 1m5s
This commit is contained in:
13
Dockerfile
13
Dockerfile
@@ -1,13 +1,8 @@
|
|||||||
FROM node:18-bullseye
|
FROM catthehacker/ubuntu:act-latest
|
||||||
|
|
||||||
RUN apt-get update && \
|
RUN apt-add-repository ppa:ansible/ansible && \
|
||||||
apt-get install -y \
|
apt-get update && \
|
||||||
python3 \
|
apt-get install -y ansible && \
|
||||||
python3-pip \
|
|
||||||
git \
|
|
||||||
openssh-client \
|
|
||||||
docker.io && \
|
|
||||||
pip3 install ansible && \
|
|
||||||
apt-get clean && \
|
apt-get clean && \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user