5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
FROM alpine:3.19
|
|
|
|
RUN apk add --no-cache git docker-cli bash
|
|
|
|
WORKDIR /workspace |