Merge branch 'master' into update_readme_no_google_play
This commit is contained in:
commit
edebdfd380
|
@ -171,6 +171,13 @@ ADD src/.fehbg /root/.fehbg
|
||||||
ADD src/rc.xml /etc/xdg/openbox/rc.xml
|
ADD src/rc.xml /etc/xdg/openbox/rc.xml
|
||||||
RUN echo /root/.fehbg >> /etc/xdg/openbox/autostart
|
RUN echo /root/.fehbg >> /etc/xdg/openbox/autostart
|
||||||
|
|
||||||
|
#======================
|
||||||
|
# Workarounds
|
||||||
|
#======================
|
||||||
|
# Fix emulator from crashing when running as root user.
|
||||||
|
# See https://github.com/budtmo/docker-android/issues/223
|
||||||
|
ENV QTWEBENGINE_DISABLE_SANDBOX=1
|
||||||
|
|
||||||
#===============
|
#===============
|
||||||
# Expose Ports
|
# Expose Ports
|
||||||
#---------------
|
#---------------
|
||||||
|
|
Loading…
Reference in a new issue