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 && \
|
||||
apt-get install -y \
|
||||
python3 \
|
||||
python3-pip \
|
||||
git \
|
||||
openssh-client \
|
||||
docker.io && \
|
||||
pip3 install ansible && \
|
||||
RUN apt-add-repository ppa:ansible/ansible && \
|
||||
apt-get update && \
|
||||
apt-get install -y ansible && \
|
||||
apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user