mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2026-04-12 02:31:01 +02:00
Remove ldconfig cache from Dockerfile.template
Not needed at runtime and adds non-determinism
This commit is contained in:
parent
87a723680e
commit
eb80a94f54
@ -37,7 +37,8 @@ LABEL org.opencontainers.image.created="TEMPLATE_CREATED"
|
||||
COPY --from=verify /rootfs/ /
|
||||
|
||||
RUN ldconfig && \
|
||||
sed -i '/BUILD_ID/a VERSION_ID=TEMPLATE_VERSION_ID' /etc/os-release
|
||||
sed -i '/BUILD_ID/a VERSION_ID=TEMPLATE_VERSION_ID' /etc/os-release && \
|
||||
rm -f /var/cache/ldconfig/aux-cache
|
||||
|
||||
ENV LANG=C.UTF-8
|
||||
CMD ["/usr/bin/bash"]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user