Skip to content

Commit

Permalink
build: merge setting root ENV in ci dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Sep 29, 2023
1 parent 6e9ca5a commit 1a8ed94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ USER appuser
FROM debug-no-odk as ci
# Run all ci as root
USER root
ENV PATH="/root/.local/bin:$PATH"
RUN set -ex \
&& apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install \
Expand Down

0 comments on commit 1a8ed94

Please sign in to comment.