Merge pull request #274 from tobiasge/optimise-builds

Optimise builds
This commit is contained in:
Tobias Genannt 2020-05-15 13:57:43 +02:00 committed by GitHub
commit a6584d2874
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 180 additions and 118 deletions

View file

@ -1,4 +1,4 @@
ARG FROM=python:3.7-alpine
ARG FROM
FROM ${FROM} as builder
RUN apk add --no-cache \