Improve testing
This commit is contained in:
parent
619dfb8ad6
commit
8492575a65
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue