cicd removed sudo
Signed-off-by: Jochen Mehlich <contact@jochenmehlich.de>
This commit is contained in:
parent
2a98e17b31
commit
1e7eefc535
@ -23,8 +23,8 @@ default:
|
||||
- apt -y update
|
||||
- apt -y install apt-utils -yqq
|
||||
- echo 'debconf debconf/frontend select Noninteractive' | sudo debconf-set-selections
|
||||
- DEBIAN_FRONTEND=noninteractive sudo apt-get update && sudo apt-get -y --no-install-recommends install tzdata
|
||||
- sudo cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
- DEBIAN_FRONTEND=noninteractive apt-get update && apt-get -y --no-install-recommends install tzdata
|
||||
- cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
|
||||
- apt -y install net-tools python3.8 python3-pip mysql-client libmysqlclient-dev pkg-config -yqq
|
||||
- apt -y upgrade
|
||||
- pip3 install -r requirements.txt
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user