|
|
@ -25,13 +25,15 @@ RUN rm /etc/localtime && \ |
|
|
|
# Install packages |
|
|
|
RUN apt update -y && \ |
|
|
|
apt full-upgrade -y && \ |
|
|
|
apt install -y init sudo wget nano less man-db unzip rsync procps software-properties-common && \ |
|
|
|
apt install -y init sudo wget vim-tiny \ |
|
|
|
nano less man-db unzip rsync procps \ |
|
|
|
software-properties-common && \ |
|
|
|
apt autoremove -y --purge && \ |
|
|
|
apt clean -y |
|
|
|
|
|
|
|
# Set configuration |
|
|
|
COPY assets/nanorc /etc/nanorc |
|
|
|
COPY assets/bash.bashrc /etc/bash.bashrc |
|
|
|
COPY assets/etc/ /etc/ |
|
|
|
|
|
|
|
# copy custom scripts |
|
|
|
COPY assets/bin/ /usr/local/bin/ |
|
|
|
|
|
|
|