Fixed missing path

This commit is contained in:
butomo1989 2019-07-10 16:09:08 +02:00
parent 4de36e6568
commit 9adec7fcfd
3 changed files with 7 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM appium/appium:1.13.0-p0
FROM appium/appium:1.14.0-p0
LABEL maintainer "Budi Utomo <budtmo.os@gmail.com>"
@ -168,9 +168,9 @@ ENV DISPLAY=:0 \
# + Add background
#================================================
ADD images/logo_dockerandroid_small.png /root/logo.png
ADD docker/configs/.fehbg
ADD src/.fehbg /root/.fehbg
RUN sed -i "s/<number>4<\/number>/<number>1<\/number>/g" /etc/xdg/openbox/rc.xml \
&& echo 'eval `cat $HOME/.fehbg` &' >> /etc/xdg/openbox/autostart
&& echo /root/.fehbg >> /etc/xdg/openbox/autostart
#===============
# Expose Ports

View file

@ -133,9 +133,9 @@ ENV DISPLAY=:0 \
# + Add background
#================================================
ADD images/logo_dockerandroid_small.png /root/logo.png
ADD docker/configs/.fehbg
ADD src/.fehbg /root/.fehbg
RUN sed -i "s/<number>4<\/number>/<number>1<\/number>/g" /etc/xdg/openbox/rc.xml \
&& echo 'eval `cat $HOME/.fehbg` &' >> /etc/xdg/openbox/autostart
&& echo /root/.fehbg >> /etc/xdg/openbox/autostart
#============
# Set Locale

View file

@ -130,9 +130,9 @@ ENV DISPLAY=:0 \
# + Add background
#================================================
ADD images/logo_dockerandroid_small.png /root/logo.png
ADD docker/configs/.fehbg
ADD src/.fehbg /root/.fehbg
RUN sed -i "s/<number>4<\/number>/<number>1<\/number>/g" /etc/xdg/openbox/rc.xml \
&& echo 'eval `cat $HOME/.fehbg` &' >> /etc/xdg/openbox/autostart
&& echo /root/.fehbg >> /etc/xdg/openbox/autostart
#=========================
# Set default variables