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
|
# Remove current pacman database, likely outdated very soon
|
||||||
RUN rm rootfs/var/lib/pacman/sync/*
|
RUN rm rootfs/var/lib/pacman/sync/*
|
||||||
|
RUN ls -la /archlinux/rootfs/
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=0 /archlinux/rootfs/ /
|
COPY --from=0 /archlinux/rootfs/ /
|
||||||
|
RUN ls -la /
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
|
|
||||||
ENV LANG=en_US.UTF-8
|
ENV LANG=en_US.UTF-8
|
||||||
|
|
||||||
|
RUN ls -la /
|
||||||
RUN locale-gen
|
RUN locale-gen
|
||||||
RUN pacman-key --init
|
RUN pacman-key --init
|
||||||
RUN pacman-key --populate archlinuxarm
|
RUN pacman-key --populate archlinuxarm
|
||||||
|
|
Loading…
Reference in a new issue