fix: cleanup/linting

This commit is contained in:
Lance R. Vick 2024-08-29 12:05:06 -07:00
parent c429ae642b
commit 368516a8ce
No known key found for this signature in database
GPG key ID: 8E47A1EC35A1551D

View file

@ -55,15 +55,11 @@ RUN --network=none <<-EOF
--with-intl=system-icu \
--with-icu-default-data-dir=$(icu-config --icudatadir) \
--openssl-use-def-ca-store
make BUILDTYPE=Release
make BUILDTYPE=Release -j $(nproc)
EOF
FROM build AS install
RUN --network=none <<-EOF
set -eux
make DESTDIR=/rootfs install
find /rootfs -exec touch -hcd "@0" "{}" +
EOF
RUN --network=none make DESTDIR=/rootfs install
FROM stagex/filesystem AS package
COPY --from=install /rootfs/. /