add ls -la commands to debug permission issue only seen on Travis CI
This commit is contained in:
parent
f463a85205
commit
69ed4c92b1
1 changed files with 3 additions and 0 deletions
|
@ -11,13 +11,16 @@ RUN ./pacstrap-docker /archlinux/rootfs \
|
|||
|
||||
# Remove current pacman database, likely outdated very soon
|
||||
RUN rm rootfs/var/lib/pacman/sync/*
|
||||
RUN ls -la /archlinux/rootfs/
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /archlinux/rootfs/ /
|
||||
RUN ls -la /
|
||||
COPY rootfs/ /
|
||||
|
||||
ENV LANG=en_US.UTF-8
|
||||
|
||||
RUN ls -la /
|
||||
RUN locale-gen
|
||||
RUN pacman-key --init
|
||||
RUN pacman-key --populate archlinuxarm
|
||||
|
|
Loading…
Reference in a new issue