converge/Dockerfile.test

5 lines
105 B
Docker

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