mirror of
https://github.com/linuxserver/docker-rdesktop.git
synced 2026-02-20 06:16:43 +08:00
Bot Updating Templated Files
This commit is contained in:
parent
68d9a77283
commit
f3da43b54f
@ -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
|
||||
Loading…
x
Reference in New Issue
Block a user