Skip to content

Commit 1dff0e8

Browse files
committed
Move install call
1 parent 6f60f58 commit 1dff0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -949,10 +949,10 @@ RUN \
949949
clean-layer.sh && \
950950
exit 0 ; \
951951
fi && \
952-
# Activate pretty-errors
953-
python -m pretty_errors -u -p && \
954952
# Install fkill-cli program TODO: 30MB, remove?
955953
npm install --global fkill-cli && \
954+
# Activate pretty-errors
955+
python -m pretty_errors -u -p && \
956956
# Cleanup
957957
clean-layer.sh
958958

0 commit comments

Comments
 (0)