From ac6e3990629c1f20e5c30a0e260e86956087b016 Mon Sep 17 00:00:00 2001 From: Michael McVady Date: Tue, 24 May 2022 02:03:12 -0500 Subject: Cleanup Dockerfile --- Dockerfile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 48afb29..0cdfd71 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,17 +23,15 @@ RUN set -e \ && tar zfvx kore-${KORE_VERSION}.tar.gz \ && cd kore-${KORE_VERSION} \ && make clean \ - && make PGSQL=1 TLS_BACKEND=none \ + && make \ && make install \ - && cd .. \ && cd /tmp/clog \ - && cp -r assets /var/chroot/kore/. \ && kodev build \ + && cp -r assets /var/chroot/kore/. \ && mkdir /clog \ && cp clog /clog/. \ - && cd /tmp \ - && rm -rf clog \ - && rm -rf kore-${KORE_VERSION} + && rm -rf /tmp/clog \ + && rm -rf /tmp/kore-${KORE_VERSION} EXPOSE 8888 STOPSIGNAL SIGQUIT -- cgit v1.2.3