1
0

Fix spelling

This commit is contained in:
2019-08-21 06:16:25 +00:00
parent 7fd8614e3c
commit 14b8010fee
6 changed files with 7 additions and 7 deletions

View File

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