Skip to content

Commit a56ccf0

Browse files
apt-get update before install for qemu-agent install
1 parent 82ebfc3 commit a56ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ RUN rm -rf /certs
6262

6363
# Ubuntu / Debian
6464
#RUN if [ "${OS_DISTRIBUTION}" = "ubuntu" ]; then \
65-
# apt-get install -y qemu-guest-agent; \
65+
# apt-get update && apt-get install -y qemu-guest-agent; \
6666
# fi
6767

6868
### To install the DRBD module package for Piraeus pack on Ubuntu ###

0 commit comments

Comments
 (0)