You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 10, 2018. It is now read-only.
RUN echo "sudo service xvfb start" >> /etc/bash.bashrc
ENV DISPLAY :99
RUN mkdir -p /katalon
WORKDIR /katalon
COPY katalon_studio_linux_64 /katalon
RUN chmod +x /katalon/configuration/resources/drivers/chromedriver_linux64/chromedriver /katalon/configuration/resources/drivers/firefox_linux64/geckodriver
RUN ln -s /katalon/katalon /usr/bin/katalon && chown seluser /usr/bin/katalon
COPY start_xvfb.sh /start_xvfb.sh
RUN chmod +x /start_xvfb.sh
RUN chown -R seluser /katalon && chmod o+x /katalon/katalon