mirror of
https://github.com/chatmail/core.git
synced 2026-04-06 07:32:12 +03:00
6 lines
110 B
Docker
6 lines
110 B
Docker
FROM debian:stable
|
|
|
|
# this is tagged as deltachat/doxygen
|
|
|
|
RUN apt-get update && apt-get install -y doxygen
|