mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-07-07 01:55:50 +02:00
common: Use gosu to replace chpst and add sudo abilities
From: https://github.com/tianon/gosu
This commit is contained in:
@ -19,6 +19,8 @@ RUN \
|
||||
|
||||
COPY imagefiles/cmake.sh /usr/local/bin/cmake
|
||||
COPY imagefiles/ccmake.sh /usr/local/bin/ccmake
|
||||
# /opt/rh/devtoolset-2/root/usr/bin/sudo expects sudo at this location
|
||||
COPY imagefiles/sudo.sh /usr/bin/sudo
|
||||
|
||||
COPY imagefiles/install-ninja.sh /dockcross/
|
||||
RUN \
|
||||
|
Reference in New Issue
Block a user