dumb-init/ci/docker

19 lines
380 B
Text
Raw Normal View History

2017-10-04 02:42:59 +03:00
# The default mirrors are too flaky to run reliably in CI.
sed -E \
'/security\.debian/! s@http://[^/]+/@http://mirrors.kernel.org/@' \
-i /etc/apt/sources.list
2016-07-02 21:36:30 +03:00
apt-get update
apt-get install -y --no-install-recommends \
build-essential \
procps \
python3 \
python3-dev \
python3-pip \
python3-setuptools
2016-07-02 21:36:30 +03:00
cp -r /mnt/ /test
cd /test
# vim: ft=sh