blob: 0362838af84e192cb4892c5bcc448531b7e97a7d [file] [log] [blame]
#FROM debian:buster
FROM debian:bullseye
COPY tools/build_cleanup /tools/
COPY tools/install_basics /tools/
RUN /tools/install_basics
COPY tools/install_java_zulu /tools/
RUN /tools/install_java_zulu
COPY tools/install_xmlstarlet /tools/
RUN /tools/install_xmlstarlet
COPY tools/install_toolbox /tools/
RUN /tools/install_toolbox
COPY tools/i_sort /tools/
RUN /tools/i_sort
#COPY tools/cdpcli /tools/
#RUN /tools/cdpcli
COPY etc /etc
COPY bin /bin
COPY tools/iii /tools/
RUN /tools/iii
COPY tools/install_conf /tools/
RUN /tools/install_conf
COPY tools/install_x2go /tools/
RUN /tools/install_x2go
COPY tools/y /tools/
RUN /tools/y
USER dev
WORKDIR /home/dev
ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
COPY tools/docker_entrypoint /.entrypoint
ENTRYPOINT ["/.entrypoint"]