Skip to content

Commit 75b2f9d

Browse files
Add pyyaml to admin container
1 parent 3cbb846 commit 75b2f9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

admin/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apk update && apk upgrade;\
1111
python3 -m venv $ENV_DIR;\
1212
$ENV_DIR/bin/pip install --no-cache-dir flask docker;\
1313
$ENV_DIR/bin/pip install --no-cache-dir PyFina==$PYFINA_VERSION;\
14-
$ENV_DIR/bin/pip install --no-cache-dir mysql-connector-python redis
14+
$ENV_DIR/bin/pip install --no-cache-dir mysql-connector-python redis;\
15+
$ENV_DIR/bin/pip install --no-cache-dir pyyaml
1516

1617
ENV \
1718
PATH="${ENV_DIR}/bin:$PATH" \

0 commit comments

Comments
 (0)