mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Remove warnings related to sudo
This commit is contained in:
parent
283f634c08
commit
b6cdef4bce
1 changed files with 5 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
FROM kivy/buildozer:latest
|
||||
# See https://github.com/kivy/buildozer/blob/master/Dockerfile
|
||||
|
||||
# Remove a lot of warnings
|
||||
# sudo: setrlimit(RLIMIT_CORE): Operation not permitted
|
||||
# See https://github.com/sudo-project/sudo/issues/42
|
||||
RUN echo "Set disable_coredump false" | sudo tee -a /etc/sudo.conf > /dev/null
|
||||
|
||||
COPY entrypoint.sh /action/entrypoint.sh
|
||||
|
||||
ENTRYPOINT ["/action/entrypoint.sh"]
|
||||
|
|
Loading…
Reference in a new issue