aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorMichael McVady <femtonaut@gmail.com>2022-05-19 11:47:00 -0500
committerMichael McVady <femtonaut@gmail.com>2022-05-19 11:47:00 -0500
commitd121e53e322e26eac5ea09cca82b31d735581383 (patch)
tree0f033b02f787735c7ea2bc79100b176241b74ca2 /Dockerfile
parentaacdc521eb01a1a58ce592a9acd6e5faf1a02497 (diff)
Clean up config cruft
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index e5699ab..cc0c52d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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} \