diff --git a/Dockerfile b/Dockerfile index dc414df..2fdd97b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,5 @@ FROM golang:1.16 AS builder -RUN apt-get update && apt-get install -y python3 WORKDIR /workdir COPY . .