Spaces:
Runtime error
Runtime error
FROM lsiobase/rdesktop-web:alpine | |
RUN \ | |
echo "**** install packages ****" && \ | |
apk add --no-cache \ | |
firefox-esr | |
# ports and volumes | |
EXPOSE 7860 | |
# VOLUME /config |