From 73529a4195c56e8a5974ba0721963756004f32b8 Mon Sep 17 00:00:00 2001 From: FriwiDev Date: Sun, 24 Oct 2021 18:58:41 +0200 Subject: [PATCH] Fix env declaration --- DockerfileLinux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DockerfileLinux b/DockerfileLinux index 17d156a..b66777d 100644 --- a/DockerfileLinux +++ b/DockerfileLinux @@ -10,7 +10,7 @@ ENV BUILD_CEF 0 # proprietary_codecs=1 ffmpeg_branding=Chrome #Warning: Be aware of the legal implications by using proprietary codecs! #(Not required for mp3/mp4 anymore!) -ENV GYP_DEFINES +ENV GYP_DEFINES "" WORKDIR /builder COPY scripts/run_linux.sh .