Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mbradleySoftrams authored Dec 17, 2024
1 parent 13323a7 commit 360704c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ ENV TAIKO_SKIP_DOCUMENTATION=true
WORKDIR /gauge

# Create an unprivileged user to run Taiko tests
RUN groupadd -r gauge && useradd -r -g gauge -G audio,video gauge && \
mkdir -p /home/gauge/.npm-packages/lib && \
chown -R gauge:gauge /home/gauge /gauge
RUN mkdir -p /home/gauge/.npm-packages/lib

RUN npm install -g @getgauge/cli \
&& gauge install screenshot \
Expand Down

0 comments on commit 360704c

Please sign in to comment.