remove unneeded dependencies

This commit is contained in:
lyx0 2024-03-05 19:14:01 +01:00
parent 29727ca734
commit 5961600fee

View file

@ -1,10 +1,6 @@
# Start from golang base image
FROM golang:alpine
RUN apk add --no-cache make
RUN apk add --no-cache git
RUN apk add --no-cache jq
# Setup folders
RUN mkdir /app
WORKDIR /app