sergeyklay / php-orm-benchmark

The benchmark to compare performance of PHP ORM solutions.
MIT License
81 stars 7 forks source link

Cleanup docker image #25

Open sergeyklay opened 6 years ago

sergeyklay commented 6 years ago

New docker images already have this logic:

echo exit 101 > /usr/sbin/policy-rc.d
chmod +x /usr/sbin/policy-rc.d
echo "force-unsafe-io" > /etc/dpkg/dpkg.cfg.d/02apt-speedup
echo "Acquire::http {No-Cache=True;};" > /etc/apt/apt.conf.d/no-cache