From 0513f59f10eb2b60ecb32cb68f7add19ec623177 Mon Sep 17 00:00:00 2001 From: Holger Cremer Date: Sun, 26 Aug 2018 19:34:41 +0200 Subject: updates the docker configuration for the new project layout --- docker/Dockerfile | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) (limited to 'docker/Dockerfile') diff --git a/docker/Dockerfile b/docker/Dockerfile index 5aebc26..53a9048 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -26,7 +26,15 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ libgtk2.0-dev \ libsoup2.4-dev \ libgee-0.8-dev \ + debhelper \ + dh-sysuser \ + libgmime-3.0-dev \ + udev \ tmux \ + # neeed for apt install shopsystem + systemd console-setup console-setup-linux dbconfig-common dbconfig-sqlite3 gstreamer1.0-alsa gstreamer1.0-plugins-base iso-codes kbd keyboard-configuration libasound2 libasound2-data libcdparanoia0 \ + libgstreamer-plugins-base1.0-0 libjs-bootstrap libjs-c3 libjs-d3 libjs-jquery libjs-jquery-datatables libjs-jquery-flot libjs-jquery-mousewheel liblocale-gettext-perl libogg0 libopus0 liborc-0.4-0 \ + libpam-systemd libpolkit-agent-1-0 libpolkit-backend-1-0 libpolkit-gobject-1-0 libtheora0 libvisual-0.4-0 libvorbis0a libvorbisenc2 policykit-1 systemd-sysv sysuser-helper xkb-data \ && rm -rf /var/lib/apt/lists/* RUN set -ex && \ @@ -35,9 +43,9 @@ RUN set -ex && \ ENV SBC_DIR /mnt/serial-barcode-scanner WORKDIR $SBC_DIR -ADD . . -RUN dpkg-buildpackage -b && apt install -y ./../shopsystem_*_*.deb -#COPY tmux-config /root/.tmux.conf -#COPY init.sh /root/ -#ENTRYPOINT ["/root/init.sh"] +COPY tmux-config /root/.tmux.conf +COPY init.sh /root/ +COPY config.ini /root/ + +ENTRYPOINT ["/root/init.sh"] -- cgit v1.2.3