Skip to content

Commit a6fdf99

Browse files
author
Audrey Spaulding
committed
CNV-46303
1 parent 3deb976 commit a6fdf99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/virt-preparing-container-disk-for-vms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following example uses the Red Hat Universal Base Image (UBI) to handle thes
3030
----
3131
$ cat > Dockerfile << EOF
3232
FROM registry.access.redhat.com/ubi8/ubi:latest AS builder
33-
ADD --chown=107:107 <vm_image>.qcow2 /disk/ \// <1>
33+
ADD --chown=107:107 <vm_image>.qcow2 /disk/ // <1>
3434
RUN chmod 0440 /disk/*
3535

3636
FROM scratch

0 commit comments

Comments
 (0)