Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 15ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login Register
d

dockerfile

Recently created Least recently created Recently updated Least recently updated
anthony

anthony / Doxygen in docker

Last active 1 month ago dockerfile
0 0 2
1 FROM alpine:latest AS doxygen
2
3 RUN apk add --no-cache \
4 doxygen \
5 graphviz \
6 fontconfig \
7 font-noto \
8 font-noto-emoji \
9 font-noto-cjk