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
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 \