From 75da9c58f72b9b1b3cfd7308d2f37d1eb675e4ac Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Fri, 7 Jul 2023 16:18:02 +0000 Subject: [PATCH] Bot Updating Templated Files --- Dockerfile.armhf | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Dockerfile.armhf diff --git a/Dockerfile.armhf b/Dockerfile.armhf deleted file mode 100644 index b74d2e1a..00000000 --- a/Dockerfile.armhf +++ /dev/null @@ -1,28 +0,0 @@ -FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-arch-dbus - -# set version label -ARG BUILD_DATE -ARG VERSION -LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DATE}" -LABEL maintainer="thelamer" - -RUN \ - echo "**** install packages ****" && \ - pacman -Sy --noconfirm --needed \ - firefox \ - i3-wm \ - i3status \ - leafpad \ - pavucontrol && \ - echo "**** cleanup ****" && \ - rm -rf \ - /tmp/* \ - /var/cache/pacman/pkg/* \ - /var/lib/pacman/sync/* - -# add local files -COPY /root / - -# ports and volumes -EXPOSE 3389 -VOLUME /config