UNCLASSIFIED

Commit 1f9b30f5 authored by Michael Uranaka's avatar Michael Uranaka
Browse files

Merge branch 'mike-dev' into 'master'

removing sudo

See merge request tron/products/learn-lms/microservices/python-evaluator!12
parents 0d214d07 13a28e83
......@@ -18,11 +18,7 @@ RUN chown -R 1001 /app
RUN chmod 0555 /app/get-job.sh
# Remove sudo
RUN rm /usr/bin/su \
/usr/bin/sudo \
/usr/bin/sudoedit \
/usr/bin/sudoreplay \
/bin/su \
RUN rm /bin/su \
/bin/sudo \
/bin/sudoedit \
/bin/sudoreplay
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment