mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
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:
parent
b7a7a2e850
commit
f157682d80
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user