Use bitnami minideb
Some checks failed
ci/woodpecker/push/docker Pipeline failed

This commit is contained in:
Oliver Traber 2023-07-09 22:16:42 +02:00
parent 664925d246
commit 558f984f43
Signed by: Bluemedia
GPG key ID: C0674B105057136C

View file

@ -1,5 +1,5 @@
# Base Image used to create this Image # Base Image used to create this Image
FROM debian:bullseye-slim FROM bitnami/minideb:bullseye
# Maintainer # Maintainer
LABEL maintainer="hi@bluemedia.dev" LABEL maintainer="hi@bluemedia.dev"
@ -11,12 +11,7 @@ ENV HLS_FRAGMENT_LENGTH 3
ENV HLS_PLAYLIST_LENGTH 20 ENV HLS_PLAYLIST_LENGTH 20
# Update and install packages # Update and install packages
RUN apt update -y && \ RUN install_packages nginx libnginx-mod-rtmp
apt upgrade -y && \
apt autoremove -y && \
apt install nginx libnginx-mod-rtmp -y && \
apt clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Create nginx user # Create nginx user
RUN useradd -s /bin/false nginx RUN useradd -s /bin/false nginx