fix build
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2021-06-27 16:21:20 +02:00
parent 8b4fcf8594
commit a88060fb25
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
FROM python:3.8-alpine as backend-base
FROM python:3.8-alpine as base
ENV PYROOT /pyroot
ENV PYTHONUSERBASE $PYROOT
FROM backend-base as backend-builder
FROM base as builder
RUN apk add --no-cache \
gcc \