From 44fc0767c56a6fd58dbac11ba75f5c9f52eea28d Mon Sep 17 00:00:00 2001 From: alexkar598 <25136265+alexkar598@users.noreply.github.com> Date: Mon, 12 Oct 2020 14:53:53 -0400 Subject: [PATCH] Docker build as non root --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index d6b91a754d..4e517ae188 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v1 - name: Build Docker Image - run: docker build . -f build/Dockerfile + run: sudo -u \# 1001 docker build . -f build/Dockerfile linux-unit-tests: name: Linux Unit Tests