diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ RUN set -e \ && tar zfvx kore-${KORE_VERSION}.tar.gz \ && cd kore-${KORE_VERSION} \ && make clean \ - && make NOTLS=1 PGSQL=1 \ + && make PGSQL=1 TLS_BACKEND=none \ && make install \ && cd .. \ && rm -rf kore-${KORE_VERSION} \ |