Browse Source

reduce image size by using slim base image

Fabian Peter Hammerle 4 years ago
parent
commit
ce5672b15a
2 changed files with 2 additions and 1 deletions
  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 \