python3 is no longer needed for building since #29 has been merged.

This commit is contained in:
Joachim Bauch 2021-04-23 10:16:26 +02:00
parent cbeffdc8ed
commit d21ace3114
No known key found for this signature in database
GPG Key ID: 77C1D22D53E15F02
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
FROM golang:1.16 AS builder FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y python3
WORKDIR /workdir WORKDIR /workdir
COPY . . COPY . .