Mercurial > libervia-backend
comparison docker/pubsub/Dockerfile @ 3445:fc83c4996c77
docker: use `slim` version of Debian as base for our images
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 10 Dec 2020 10:28:00 +0100 |
parents | 127dde80a0a5 |
children | d2298ed6de7f |
comparison
equal
deleted
inserted
replaced
3444:10942a6eca8a | 3445:fc83c4996c77 |
---|---|
1 FROM debian:buster | 1 FROM debian:buster-slim |
2 | 2 |
3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" | 3 LABEL maintainer="Goffi <tmp_dockerfiles@goffi.org>" |
4 | 4 |
5 ARG DEBIAN_FRONTEND=noninteractive | 5 ARG DEBIAN_FRONTEND=noninteractive |
6 | 6 |