Skip to content

Commit

Permalink
fix: --version in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneyJackson committed Feb 9, 2023
1 parent ebd2f70 commit de41205
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ RUN apk add --no-cache bash~=5.1
# Install bash
RUN apk add --no-cache bats~=1.3

# Install git
RUN apk add --no-cache git

# Create separate users for PLCC and the developer.
RUN addgroup -S plcc && adduser -S plcc -G plcc
RUN addgroup -S my && adduser -S my -G my
Expand Down

0 comments on commit de41205

Please sign in to comment.