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