Skip to content

Commit 6f60f58

Browse files
committed
Add fkill cli program
1 parent 73f3644 commit 6f60f58

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,8 @@ RUN \
951951
fi && \
952952
# Activate pretty-errors
953953
python -m pretty_errors -u -p && \
954+
# Install fkill-cli program TODO: 30MB, remove?
955+
npm install --global fkill-cli && \
954956
# Cleanup
955957
clean-layer.sh
956958

0 commit comments

Comments
 (0)