beaglebone-openrc: fix typo

This commit is contained in:
Amy Winston
2016-11-30 20:08:57 +01:00
parent 83723eebb3
commit f8179e14af
+1 -1
View File
@@ -7,7 +7,7 @@ ENV LC_ALL=en_US.UTF-8
# Perform post-upgrade tasks (mirror sorting, updating repository db)
ADD ./scripts/setup.sh /setup.sh
ADD ./uboot/uboot.img /opt/backup/uboot/
ADD ./uboot/u-boot.img /opt/backup/uboot/
ADD ./uboot/MLO /opt/backup/uboot/
RUN /bin/bash /setup.sh && rm -rf /setup.sh