Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Oct 11, 2023
1 parent 42f59c1 commit 2b66286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN dnf install -y maven which rpm-build panc ncm-lib-blockdevices \
perl-Test-Quattor aii-ks

# quattor tests should not be run as root
RUN RUN useradd --user-group --create-home --no-log-init --home-dir /quattor_test quattortest
RUN useradd --user-group --create-home --no-log-init --home-dir /quattor_test quattortest
USER quattortest
WORKDIR /quattor_test

Expand Down

0 comments on commit 2b66286

Please sign in to comment.