converge/Dockerfile.test

5 lines
102 B
Docker

ARG BASE_IMAGE
FROM alpine:3.20.2
RUN apk update && apk add curl openssh && mkdir /test
WORKDIR /test