Make sonarcloud happier (#1810)

This commit is contained in:
Michael Telatynski
2024-07-31 15:08:06 +01:00
committed by GitHub
parent 6239aa5d9f
commit 13a0d0d3e2
4 changed files with 8 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ FROM mcr.microsoft.com/playwright:v1.45.3-jammy
WORKDIR /work/element-desktop
RUN apt-get update && apt-get -y install xvfb
RUN apt-get update && apt-get -y install xvfb && apt-get purge -y --auto-remove && rm -rf /var/lib/apt/lists/*
USER 1000:1000