Skip to content

Instantly share code, notes, and snippets.

@justinjoy
Created February 26, 2020 02:48
Show Gist options
  • Save justinjoy/14db72522b33ac0987a455b902a24bb0 to your computer and use it in GitHub Desktop.
Save justinjoy/14db72522b33ac0987a455b902a24bb0 to your computer and use it in GitHub Desktop.
FROM ubuntu:18.04
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \
apt-get install --assume-yes software-properties-common && \
add-apt-repository ppa:hwangsaeul/stable && \
apt-get install --assume-yes \
dbus-x11 \
libglib2.0-bin \
net-tools \
psmisc \
python3-flask-restful \
systemd \
&& \
apt-get install --assume-yes hwangsae-relay hwangsae-relay hwangsae-recorder chamge-arbiter
RUN systemctl enable chamge-arbiter hwangsae-relay hwangsae-recorder
CMD [ "/sbin/init" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment