first fix for docker
This commit is contained in:
parent
1b4fba26a8
commit
77295c31b8
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,9 @@
|
|||
#! /bin/bash
|
||||
# fail immediately on error
|
||||
set -e
|
||||
CURLOPT=${CURLOPT:-"--location --remote-time --show-error --silent --fail --tlsv1.2"}
|
||||
|
||||
apt update \
|
||||
&& apt dist-upgrade \
|
||||
&& apt install -y \
|
||||
apt-get update \
|
||||
&& apt-get dist-upgrade \
|
||||
&& apt-get install -y \
|
||||
apt-file \
|
||||
apt-transport-https \
|
||||
bash-completion \
|
||||
|
|
Loading…
Reference in a new issue