Explorar el Código

reduce image size by using slim base image

Fabian Peter Hammerle hace 4 años
padre
commit
ce5672b15a
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  1. 1 0
      CHANGELOG.md
  2. 1 1
      Dockerfile

+ 1 - 0
CHANGELOG.md

@@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 ### Fixed
+- reduce image size from 276MB to 228MB by using slim base image
 - no longer assign superfluous groups `video` & `audio`
 
 ## [1.0.0] - 2019-12-22

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM debian:buster
+FROM debian:buster-slim
 
 RUN apt-get update && apt-get install --yes --no-install-recommends \
     ca-certificates \