first fix for docker

This commit is contained in:
Tobias Schmidl 2019-01-22 14:06:22 +01:00
parent 1b4fba26a8
commit 77295c31b8

View file

@ -1,11 +1,9 @@
#! /bin/bash #! /bin/bash
# fail immediately on error
set -e
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"} CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
apt update \ apt-get update \
&& apt dist-upgrade \ && apt-get dist-upgrade \
&& apt install -y \ && apt-get install -y \
apt-file \ apt-file \
apt-transport-https \ apt-transport-https \
bash-completion \ bash-completion \