Skip to content

Commit 6f99be4

Browse files
committed
Update Dockerfile to include python3-paramiko and python3-jinja2 packages
1 parent faa45a8 commit 6f99be4

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
@@ -49,7 +49,9 @@ RUN apt clean -y \
4949
jq \
5050
nano \
5151
openssl \
52-
python3
52+
python3 \
53+
python3-paramiko \
54+
python3-jinja2
5355

5456
RUN yarn install \
5557
--prefer-offline \

0 commit comments

Comments
 (0)