diff --git a/Dockerfile.armhf b/Dockerfile.armhf deleted file mode 100644 index eb18d1c9..00000000 --- a/Dockerfile.armhf +++ /dev/null @@ -1,27 +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 \ - icewm \ - 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