Bot Updating Templated Files

This commit is contained in:
LinuxServer-CI 2023-07-05 09:17:14 +00:00
parent 68d9a77283
commit f3da43b54f

View File

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