Merge branch 'fix_for_docker'
This commit is contained in:
commit
374d87646a
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
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 -y \
|
||||
&& apt-get install -y \
|
||||
apt-file \
|
||||
apt-transport-https \
|
||||
bash-completion \
|
||||
|
|
Loading…
Reference in a new issue