FROM alpine RUN apk update && apk add doxygen ttf-freefont graphviz && \ rm -rf /var/cache/apk/* CMD ["doxygen", "-v"]