Преглед изворни кода

reduce image size by using slim base image

Fabian Peter Hammerle пре 4 година
родитељ
комит
ce5672b15a
2 измењених фајлова са 2 додато и 1 уклоњено
  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 \