Skip to content

Commit

Permalink
Use uask 0022 instead of 0002
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 24, 2025
1 parent 0c33922 commit 58e980d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN git clone https://github.com/sdss/araviscam
RUN cd araviscam && pip3 install .

# Set umask so that new files inherit the parent folder permissions.
RUN echo "umask 0002" >> /etc/bash.bashrc
RUN echo "umask 0022" >> /etc/bash.bashrc

# Need to remove the cloned repos because run-actor imports lvmcam to
# get its path and if the directory is there it will import it locally
Expand Down

0 comments on commit 58e980d

Please sign in to comment.