From deb2c9b320bae540dfe475f229fe6cac6641478f Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sat, 22 Aug 2020 12:07:15 -0600 Subject: [PATCH] Workaround really obnoxious APT bug --- scripts/docker-install-phase3b.bash | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/docker-install-phase3b.bash b/scripts/docker-install-phase3b.bash index 97191f8..123e5ec 100755 --- a/scripts/docker-install-phase3b.bash +++ b/scripts/docker-install-phase3b.bash @@ -23,6 +23,7 @@ emacs-nox # Erlang erlang +libodbc1 # workaround bug in APT rebar # F# @@ -77,7 +78,7 @@ ${lua_name} " -apt-get install -y $(grep -v "^#" <<< "$packages") +apt-get install -y $(sed 's/#.*//' <<< "$packages") rm -rf /var/lib/apt/lists/* rm "$0"