add trailing / to COPY

else I seem to get errors of the form `stat /mnt/sda1/var/lib/docker/aufs/mnt/e2729aae6cfdd93d3b2581a6cc403ccd198cdc21d063b66a362a6fde35e51618/etc/apk/repositories: not a directory`
This commit is contained in:
Richard Mortier 2015-12-14 14:19:55 +00:00
parent b7a7a2e850
commit f157682d80

View File

@ -2,7 +2,7 @@ FROM alpine:edge
MAINTAINER Justin Cormack <justin.cormack@unikernel.com> MAINTAINER Justin Cormack <justin.cormack@unikernel.com>
COPY repositories /etc/apk COPY repositories /etc/apk/
RUN apk update && apk upgrade && apk add e2fsprogs docker chrony blkid RUN apk update && apk upgrade && apk add e2fsprogs docker chrony blkid