Dockerfile 268 B

123456789
  1. FROM lscr.io/linuxserver/rdesktop:ubuntu-xfce
  2. ARG ADDITIONAL_PACKAGES=""
  3. ENV ADDITIONAL_PACKAGES=${ADDITIONAL_PACKAGES}
  4. RUN \
  5. touch /etc/s6-overlay/s6-rc.d/user/contents.d/init-custom-users \
  6. && apt-get update \
  7. && apt-get install --yes ${ADDITIONAL_PACKAGES}