Skip to content

Commit

Permalink
Use github-runner's uid
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jun 4, 2024
1 parent 8321df6 commit 5cd5aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ruby:3.3.2

RUN apt-get update -qy && apt-get install rsync -qy

RUN adduser rurema
RUN adduser --uid 1001 rurema
WORKDIR /home/rurema
USER rurema

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.rurema-search
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
# groonga-suggest-create-dataset がなくて止まるので apt install groonga しておく
RUN apt-get update -qy && apt-get install groonga libgroonga-dev -qy

RUN adduser rurema
RUN adduser --uid 1001 rurema
WORKDIR /home/rurema
USER rurema

Expand Down

0 comments on commit 5cd5aec

Please sign in to comment.