Skip to content

Commit

Permalink
Update TestEnvDockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 authored Dec 19, 2024
1 parent 7d51573 commit e6794f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/TestEnvDockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apk add \
;
RUN if [ "$SED_VERSION" == "GNU_sed" ]; then apk add sed; fi

# A non-root user(guest) is required by is_root() test
# A non-root user is required by is_root() test
RUN adduser -D appuser
USER appuser
WORKDIR /home/appuser
Expand Down

0 comments on commit e6794f6

Please sign in to comment.