From 69651136cfc2d1d7556b386e98de56b1b1854430 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 26 Aug 2022 22:06:24 +0200 Subject: [PATCH] Makefile: mutualize local and Dockerfile build opts (#9776) Ensure that everything works nicely for `docker-ce-packaging` as well as local development. Signed-off-by: CrazyMax --- Dockerfile | 11 +++-------- Makefile | 41 +++++++++++++++++++++-------------------- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/Dockerfile b/Dockerfile index bd78ad29..541b5cdf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN apk add --no-cache \ docker \ file \ git \ + make \ protoc \ protobuf-dev WORKDIR /src @@ -68,20 +69,14 @@ RUN --mount=type=bind,target=.,rw <