mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-24 03:15:36 +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
7a77576ca0
commit
6ed205ccc4
@ -2,7 +2,7 @@ FROM alpine:edge
|
||||
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user