Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:trixie@sha256:5cf544fad978371b3df255b61e209b373583cb88b733475c86e49faa15ac2104
FROM debian:trixie@sha256:2c91e484d93f0830a7e05a2b9d92a7b102be7cab562198b984a84fdbc7806d91

# hadolint ignore=DL3008
RUN apt-get update && \
Expand All @@ -17,7 +17,7 @@

RUN ansible-galaxy collection install -r requirements.yaml

RUN ansible-playbook sandbox.yaml

Check failure on line 20 in sandbox/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint / Lint Dockerfile

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.

RUN rm -rf /tmp/ansible && \
apt-get clean && \
Expand Down
Loading