File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- FROM debian:jessie
1
+ FROM debian:buster
2
2
3
3
# Work-around broken sources.list from base image (removes jessie-updates repo)
4
- add sources.list /etc/apt/sources.list
5
- run echo 'APT::Default-Release "jessie";' > /etc/apt/apt.conf.d/00apt_default_release
4
+ run echo 'APT::Default-Release "buster";' > /etc/apt/apt.conf.d/00apt_default_release
6
5
run apt-get update -qy
7
- run apt-get install -y dh-virtualenv dpkg devscripts git python-dev libpq-dev python-setuptools libffi-dev libldap2-dev libsasl2-dev openssh-client
6
+ run apt-get install -y dh-virtualenv dpkg devscripts git python-dev libpq-dev python-setuptools libffi-dev libldap2-dev libsasl2-dev openssh-client apt-utils
8
7
run echo 'DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc -I -i"' > /root/.devscripts
9
8
run echo 'DEBUILD_LINTIAN_OPTS="-i -I --show-overrides"' >> /root/.devscripts
9
+ run git config --global user.email
"[email protected] "
10
+ run git config --global user.name "Gitlab CI"
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments