create cache folder for root account

This commit is contained in:
2024-12-01 21:12:17 +01:00
parent eb4ef61070
commit 59d1929692
+3
View File
@@ -28,6 +28,9 @@ COPY bash-config/.bashrc /
COPY prometheus-borg-exporter/borg_exporter.sh /usr/local/bin/ COPY prometheus-borg-exporter/borg_exporter.sh /usr/local/bin/
COPY prometheus-borg-exporter/borg_exporter.rc /etc/ COPY prometheus-borg-exporter/borg_exporter.rc /etc/
# Create .cache folder
RUN mkdir -p "/root/.cache/crontab"
# Install packages # Install packages
RUN pacman-key --init RUN pacman-key --init
RUN pacman -Syu --noconfirm sudo bash-completion openssh neofetch \ RUN pacman -Syu --noconfirm sudo bash-completion openssh neofetch \