Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
reenigneEsrever92 committed Dec 21, 2023
1 parent 691a5ac commit fe78baf
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 @@ -16,7 +16,7 @@ RUN wget -nc https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacO
RUN UNATTENDED=yes OSX_VERSION_MIN=10.7 ./build.sh

RUN groupadd -g 1001 build-group
RUN useradd -u 1001 -g 1000 build-user
RUN useradd -u 1001 -g 1001 build-user

RUN mkdir /polymath

Expand Down

0 comments on commit fe78baf

Please sign in to comment.