Skip to content

Commit

Permalink
Fix dockerfile deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiX committed Dec 23, 2024
1 parent b2818ea commit 2d340d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:bookworm
LABEL maintainer="Tobias Gruetzmacher <[email protected]>"
LABEL org.opencontainers.image.authors="Tobias Gruetzmacher <[email protected]>"

ENV DEBIAN_FRONTEND noninteractive
ENV DEBIAN_FRONTEND=noninteractive

# renovate: datasource=github-releases depName=krallin/tini
ARG TINI_VERSION=0.19.0
Expand All @@ -17,6 +17,7 @@ RUN \
&& apt-get install -y --no-install-recommends \
ca-certificates \
curl \
libvulkan1 \
unzip \
xauth \
xvfb \
Expand Down

0 comments on commit 2d340d5

Please sign in to comment.