Commit dda1538f authored by Eric Duminil's avatar Eric Duminil
Browse files

...

parent fa623e56
FROM inseleu/web-insel FROM jlesage/baseimage-gui:ubuntu-22.04-v4
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update && \
apt-get install curl \ qpdfview yaru-theme-icon \
--no-install-recommends -y && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean
################################################################################
# Config #
################################################################################
RUN set-cont-env APP_NAME "Web-CASANOVA"
ENV HOME=/config
WORKDIR /config
ENV LANG=C.UTF-8
ENV LC_ALL=C.UTF-8
ENV WEB_AUDIO=0
################################################################################ ################################################################################
# Install third party apps, and dark theme # # Install third party apps, and dark theme #
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment