updates dockerfile

This commit is contained in:
franz.germann1 2024-10-28 13:50:15 +01:00
parent d56efaa467
commit 577d12a5ac

View file

@ -1,5 +1,2 @@
FROM alpine:latest
RUN apk update && \
apk add curl && \
apk add vim && \
apk add git
FROM ubuntu:latest
RUN apt update