general: use stable debian to build docker image

This commit is contained in:
Lan Tian
2020-11-09 01:23:58 +08:00
parent 5000ad1bbf
commit b98d783739
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /root
COPY . .
RUN go build -o /proxy
FROM ppc64le/debian:sid AS step_1
FROM ppc64le/debian AS step_1
ENV TARGET_ARCH=ppc64le
WORKDIR /root
RUN apt-get -qq update && DEBIAN_FRONTEND=noninteractive apt-get -qq install -y \