Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 8ce69e2

Browse files
committed
added make and zip
1 parent 1a29aa5 commit 8ce69e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ FROM python:3.7.4-alpine3.10
22

33
RUN apk add --no-cache \
44
doxygen \
5-
graphviz
5+
graphviz \
6+
make \
7+
zip

0 commit comments

Comments
 (0)