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"