mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Actually delete armhf dockerfile
This commit is contained in:
parent
3e37e6b143
commit
f4ab2de295
@ -1,42 +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 \
|
||||
desktop-backgrounds-compat \
|
||||
greybird-dark-theme \
|
||||
greybird-xfwm4-theme \
|
||||
gtk-xfce-engine \
|
||||
firefox \
|
||||
mousepad \
|
||||
Thunar \
|
||||
xfce4-appfinder \
|
||||
xfce4-datetime-plugin \
|
||||
xfce4-panel \
|
||||
xfce4-places-plugin \
|
||||
xfce4-pulseaudio-plugin \
|
||||
xfce4-session \
|
||||
xfce4-settings \
|
||||
xfce4-terminal \
|
||||
xfconf \
|
||||
xfdesktop \
|
||||
xfwm4 \
|
||||
xfwm4-themes && \
|
||||
echo "**** cleanup ****" && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all && \
|
||||
rm -rf \
|
||||
/tmp/*
|
||||
|
||||
# add local files
|
||||
COPY /root /
|
||||
|
||||
# ports and volumes
|
||||
EXPOSE 3389
|
||||
VOLUME /config
|
||||
Loading…
x
Reference in New Issue
Block a user