Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2023-07-07 16:18:02 +00:00
parent 32917f22dc
commit 75da9c58f7

View File

@ -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