Skip to content

Commit

Permalink
fixup! test: run tests for python3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
MoisesGSalas committed Nov 21, 2024
1 parent 998f96e commit e527cca
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 @@ -64,7 +64,7 @@ RUN pip install -r /codejail/requirements/sandbox.txt && pip install -r /codejai
COPY . /codejail

# Setup sudoers file
COPY sudoers-file/01-sandbox-python-${python_version} /etc/sudoers.d/01-sandbox
COPY sudoers-file/01-sandbox-python /etc/sudoers.d/01-sandbox

# Change Sudoers file permissions
RUN chmod 0440 /etc/sudoers.d/01-sandbox
Expand Down

0 comments on commit e527cca

Please sign in to comment.