diff --git a/lab/services/datapusher/Dockerfile b/lab/services/datapusher/Dockerfile index 0bda675..2e1fa64 100644 --- a/lab/services/datapusher/Dockerfile +++ b/lab/services/datapusher/Dockerfile @@ -1,4 +1,6 @@ -FROM python:3.9-alpine +FROM python:3.9-slim +#FROM python:3.9-alpine + RUN apk add --update --no-cache \ tini \