Skip to content

Commit

Permalink
Update Containerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
dnkmmr69420 authored Apr 12, 2024
1 parent 0e98dd5 commit 76dc788
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
Expand Up @@ -9,10 +9,11 @@ RUN dnf -y upgrade

RUN dnf install -y patchelf make gcc file bash-completion bc bzip2 cracklib-dicts curl diffutils dnf-plugins-core findutils glibc-all-langpacks glibc-locale-source gnupg2 gnupg2-smime hostname iproute iputils keyutils krb5-libs less lsof man-db man-pages mtr ncurses nss-mdns openssh-clients pam passwd pigz pinentry procps-ng rsync shadow-utils sudo tcpdump time traceroute tree tzdata unzip util-linux vte-profile wget which whois words xorg-x11-xauth xz zip mesa-dri-drivers mesa-vulkan-drivers vulkan


RUN mkdir -p /usr/local/lib/cbrew
COPY ./bin/init-brew /usr/local/bin
COPY ./bin/brew-export /usr/local/bin
COPY ./profile.d/brew.sh /etc/profile.d
COPY ./systemd/brew-container.service /usr/local/lib/cbrew/
RUN chmod +x /usr/local/bin/init-brew
RUN chmod +x /usr/local/bin/brew-export

0 comments on commit 76dc788

Please sign in to comment.