From 182af86923744a68beff2471099bbb19532d96c2 Mon Sep 17 00:00:00 2001 From: TheSpad Date: Sat, 11 Feb 2023 11:03:10 +0000 Subject: [PATCH] Actually delete armhf dockerfile --- Dockerfile.armhf | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Dockerfile.armhf diff --git a/Dockerfile.armhf b/Dockerfile.armhf deleted file mode 100644 index 0431cadf..00000000 --- a/Dockerfile.armhf +++ /dev/null @@ -1,25 +0,0 @@ -FROM ghcr.io/linuxserver/baseimage-rdesktop:arm32v7-fedora - -# 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 ****" && \ - dnf install -y --forcearch armv7hl --setopt=install_weak_deps=False --best \ - firefox \ - icewm && \ - echo "**** cleanup ****" && \ - dnf autoremove -y && \ - dnf clean all && \ - rm -rf \ - /tmp/* - -# add local files -COPY /root / - -# ports and volumes -EXPOSE 3389 -VOLUME /config