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