Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 022e2be

Browse files
author
Cyb3rWard0g
committed
Update Dockerfile
1 parent 63322b7 commit 022e2be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN adduser --disabled-password \
1818
--gecos "Default user" \
1919
--uid ${NB_UID} \
2020
${NB_USER} \
21-
&& python3 -m pip install --upgrade attackcti==0.2.8 pandas=0.25.2 altair vega
21+
&& python3 -m pip install --upgrade attackcti==0.2.8 pandas==0.25.2 altair vega
2222

2323
COPY notebooks/ ${HOME}
2424

0 commit comments

Comments
 (0)