diff --git a/Dockerfile b/Dockerfile index 944708873438f3c118c8dc43e627433f58484984..dea2d7ad5dbdee35a5621dc1c83ca3a4ed4824cd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,8 @@ +# hadolint ignore=DL3006 FROM adarnimrod/goose as goose FROM python:3.6-slim-stretch +# hadolint ignore=DL3008,DL3013 RUN apt-get update && \ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ build-essential \