mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-23 10:25:44 -05:00
5 lines
194 B
Text
5 lines
194 B
Text
|
FROM mcr.microsoft.com/devcontainers/base:debian
|
||
|
|
||
|
RUN apt-get update && \
|
||
|
apt-get -y install python3 python3-venv redis firefox-esr graphviz imagemagick librsvg2-bin fonts-dejavu shellcheck
|