diff --git a/Dockerfile.it b/Dockerfile.it index a701a69ec4..be440e77fd 100644 --- a/Dockerfile.it +++ b/Dockerfile.it @@ -1,5 +1,4 @@ FROM ubuntu:latest -USER 0 LABEL org.opencontainers.image.source="https://github.com/markphelps/flipt" diff --git a/test/ui.sh b/test/ui.sh index a3065e537c..0f242f7b9a 100755 --- a/test/ui.sh +++ b/test/ui.sh @@ -23,7 +23,7 @@ run() cd "ui" && yarn install --frozen-lockfile - if [ -n "$CI"]; then + if [ -n "$CI" ]; then id -u 1001 # need to install browser and deps for playwright npx playwright install chromium chrome --with-deps