add ls -la commands to debug permission issue only seen on Travis CI

This commit is contained in:
Stefan Agner 2019-01-24 14:56:47 +01:00
parent f463a85205
commit 69ed4c92b1
1 changed files with 3 additions and 0 deletions

View File

@ -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