Skip to content
This repository has been archived by the owner on Dec 18, 2024. It is now read-only.

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Oct 17, 2024
1 parent 4b7a522 commit c6eda5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM git.almalinux.org/charles2/calcite:9
ARG LIBREWOLF_VERSION=131.0.2-1
# Fixes
RUN mkdir /var/roothome && \
chown root:root /var/roothome && \
Expand All @@ -16,7 +17,7 @@ RUN curl --create-dirs -Lo /root/pubkey.gpg https://repo.librewolf.net/pubkey.gp
echo "importing" && \
rpm --import /root/pubkey.gpg && \
rm -vf /root/pubkey.gpg && \
dnf swap firefox https://repo.librewolf.net/pool/librewolf-131.0.2-1-linux-x86_64-rpm.rpm -y
dnf swap firefox https://repo.librewolf.net/pool/librewolf-${LIBREWOLF_VERSION}-linux-x86_64-rpm.rpm -y
# hardened_malloc
RUN curl --create-dirs -Lo /usr/lib/libhardened_malloc.so https://github.com/charles8191/hardened_malloc/raw/refs/heads/main/libhardened_malloc.so && \
chmod +x /usr/lib/libhardened_malloc.so && \
Expand Down

0 comments on commit c6eda5a

Please sign in to comment.