mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 23:46:04 +08:00
Fix path to gosu in entrypoint.sh (#2776)
daba128 changed the Dockerfile to install gosu from the official Ubuntu repositories but did not change the path in entrypoint.sh
gosu ist now located at /usr/sbin/gosu and no longer at /usr/local/bin/gosu
This commit is contained in:
@@ -23,4 +23,4 @@ fi
|
||||
|
||||
export HOME=/home/$USER_NAME
|
||||
|
||||
exec /usr/local/bin/gosu $USER_NAME "$@"
|
||||
exec /usr/sbin/gosu $USER_NAME "$@"
|
||||
|
||||
Reference in New Issue
Block a user