1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2024-12-12 10:04:14 +02:00

Add apt-get update to contributing guide.

This allows apt-get to work correctly even if the base container is a bit out of date.
This commit is contained in:
David Steele 2020-10-05 08:42:18 -04:00
parent 293add28fd
commit 74151d57ba

View File

@ -59,6 +59,12 @@
<execute-list host="{[host-contrib]}">
<title>Install development tools</title>
<execute user="root" pre="y" show="n">
<exe-cmd>
apt-get update
</exe-cmd>
</execute>
<execute user="root" pre="y">
<exe-cmd>
apt-get install rsync git devscripts build-essential valgrind lcov autoconf