1
0

Using sed to fix spelling was not a really good idea.

Revert "Fix spelling"

This reverts commit 3d958c1e10.
This commit is contained in:
2019-08-21 06:14:58 +00:00
parent 3d958c1e10
commit 7fd8614e3c
6 changed files with 7 additions and 7 deletions

View File

@ -47,7 +47,7 @@ ENV IMAGE=/shared/out_of_tree_centos_7.img
RUN mkdir $IMAGEDIR
# Must be is run with --privileged because of /dev/loop
# Must be runned with --privileged because of /dev/loop
CMD qemu-img create $IMAGE 2G && \
mkfs.ext4 -F $IMAGE && \
mount -o loop $IMAGE $IMAGEDIR && \

View File

@ -25,7 +25,7 @@ ENV RELEASE=bionic
RUN mkdir $IMAGEDIR
# Must be is run with --privileged because of /dev/loop
# Must be runned with --privileged because of /dev/loop
CMD debootstrap --include=openssh-server $RELEASE $TMPDIR $REPOSITORY && \
/shared/setup.sh $TMPDIR && \
qemu-img create $IMAGE 2G && \