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:
parent
293add28fd
commit
74151d57ba
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user