mirror of
https://github.com/stucki/docker-lineageos
synced 2025-01-09 17:39:47 -05:00
Follow-up on #2: Change permission of the screen directory
This commit is contained in:
parent
d14aa4b258
commit
24159b1fbd
@ -24,6 +24,7 @@ RUN dpkg-divert --local --rename /usr/bin/ischroot && ln -sf /bin/true /usr/bin/
|
|||||||
# Workaround for screen: /usr/bin/screen cannot be installed with setgid "utmp": https://github.com/stucki/docker-cyanogenmod/issues/2
|
# Workaround for screen: /usr/bin/screen cannot be installed with setgid "utmp": https://github.com/stucki/docker-cyanogenmod/issues/2
|
||||||
# Install screen with setuid root instead (that's ok on a single-user system)
|
# Install screen with setuid root instead (that's ok on a single-user system)
|
||||||
RUN chmod u+s /usr/bin/screen
|
RUN chmod u+s /usr/bin/screen
|
||||||
|
RUN chmod 755 /var/run/screen
|
||||||
|
|
||||||
RUN apt-get -qqy upgrade
|
RUN apt-get -qqy upgrade
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user