Make sonarcloud happier (#1810)
This commit is contained in:
committed by
GitHub
parent
6239aa5d9f
commit
13a0d0d3e2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user