UNCLASSIFIED

Commit 8efdb72a 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!8
parents 8dc4299b 2298d387
......@@ -17,6 +17,9 @@ RUN mv redis-cli /usr/local/bin/redis-cli
RUN chown -R 1001 /app
RUN chmod 0555 /app/get-job.sh
# Remove sudo
RUN rm /usr/bin/sudo /usr/bin/sudoedit /usr/bin/sudoreplay
# Become the python user.
USER 1001
......
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