diff --git a/Containerfile b/Containerfile index cb6e6e2..83c1569 100644 --- a/Containerfile +++ b/Containerfile @@ -9,6 +9,9 @@ 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 rm -rf /etc/sudoers +COPY ./config/sudoers /etc/sudoers + RUN mkdir -p /usr/local/lib/cbrew COPY ./bin/init-brew /usr/local/bin COPY ./bin/brew-export /usr/local/bin @@ -17,3 +20,4 @@ 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 +RUN ln -sf /home/linuxbrew/.linuxbrew /brew