2024-12-20 14:15:35 -05:00
|
|
|
ARG FEDORA_VERSION
|
|
|
|
|
|
|
|
|
|
FROM registry.fedoraproject.org/fedora-toolbox:${FEDORA_VERSION}
|
|
|
|
|
|
|
|
|
|
ARG BUILD_NONCE
|
|
|
|
|
|
|
|
|
|
ENV TOOLBOX_ENV=base
|
|
|
|
|
|
|
|
|
|
LABEL local.voyager.base.nonce=${BUILD_NONCE}
|
|
|
|
|
|
|
|
|
|
ADD load-user-bashrc.sh /etc/profile.d/99-load-user-bashrc.sh
|
|
|
|
|
|
|
|
|
|
RUN dnf install --assumeyes \
|
|
|
|
|
powerline \
|
2024-12-20 14:18:26 -05:00
|
|
|
make \
|
|
|
|
|
nano
|