Improve testing

This commit is contained in:
retropikzel 2026-03-21 12:38:43 +02:00
parent 619dfb8ad6
commit 8492575a65
1 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
FROM debian:trixie-slim
RUN apt-get update && apt-get install -y make ca-certificates git docker.io
FROM alpine
RUN apk add make docker