reduced image side of converge-test from 351 MB to 21MB

This commit is contained in:
Erik Brakkee 2024-08-27 18:49:05 +02:00
parent 74b7b7d5e1
commit 1075232fb0

View File

@ -1,4 +1,4 @@
ARG BASE_IMAGE ARG BASE_IMAGE
FROM alpine:3.20.2 FROM alpine:3.20.2
RUN apk update && apk add go curl openssh && mkdir /test RUN apk update && apk add curl openssh && mkdir /test
WORKDIR /test WORKDIR /test