From 2a5a4ccd26589e53c56ffe82672c23e3498800a9 Mon Sep 17 00:00:00 2001 From: yoshino-s Date: Sat, 22 Jul 2023 07:04:33 +0000 Subject: [PATCH] chore: remove unused docker deps --- Dockerfile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index d10e10b..602f52b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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}