This commit is contained in:
@@ -2,7 +2,9 @@
|
||||
|
||||
FROM gitea/runner-images:ubuntu-latest
|
||||
|
||||
RUN apt update && apt install --no-install-recommends -y ansible ansible-lint sshpass
|
||||
RUN apt update && \
|
||||
apt install --no-install-recommends -y ansible ansible-lint sshpass && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN mkdir /ansible
|
||||
|
||||
|
||||
Reference in New Issue
Block a user