chore: remove unused docker deps
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
FROM golang:1.20-alpine as build-stage
|
||||
|
||||
RUN apk --no-cache add \
|
||||
g++ \
|
||||
git \
|
||||
make \
|
||||
bash
|
||||
|
||||
ARG VERSION
|
||||
ENV VERSION=${VERSION}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user