Update Containerfile.servo
All checks were successful
Build Servo Image / build (push) Successful in 43s

Signed-off-by: arch <arch@gmem.ca>
This commit is contained in:
Gabriel Simmer 2024-09-04 14:40:50 +01:00
parent 91160fcb46
commit 44aaa9a913
Signed by: Arch Forgejo
GPG key ID: E58BBEB3C95BA466

View file

@ -1,6 +1,6 @@
FROM docker.io/debian:bookworm-slim
RUN apt update && apt upgrade && \
RUN apt update && apt upgrade -y && \
apt install -y curl libunwind8 libfontconfig1 libx11-6 libwayland-client0 \
mesa-utils libgl1-mesa-glx xkb-data libxkbcommon-x11-0 && \
apt-get clean autoclean && \