fix syntax
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Robert Kaussow 2021-09-20 13:27:19 +02:00
parent c2ef22496a
commit 0c3c2bdcb8
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -39,7 +39,7 @@ RUN apt-get update && apt-get install -y git curl jq && \
fi && \
npm install -g lighthouse && \
rm -rf /var/lib/apt/lists/* && \
rm -rf /tmp/*
rm -rf /tmp/* && \
rm -rf /root/.cache/
USER root