diff --git a/build/Dockerfile b/build/Dockerfile index 96bb220..511a08e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -40,7 +40,7 @@ RUN curl --proto =https --tlsv1.2 -sSf -L https://install.determinate.systems/ni ENV PATH=${PATH}:/nix/var/nix/profiles/default/bin RUN sudo sed -i 's/auto-allocate-uids = true/auto-allocate-uids = false/g' /etc/nix/nix.conf -RUN sudo addgroup ${USER} nixbld +RUN sudo usermod -a -G nixbld ${USER} ENV FORCE=1 RUN curl -fsSL https://get.jetpack.io/devbox | bash