Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions compose/dockerfiles/cli.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN adduser -D admin \
&& apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev mariadb-dev \
&& apk add --no-cache python3 expect gcompat mariadb-connector-c \
mariadb-client \
&& python3 -m venv venv \
&& venv/bin/pip install --no-cache-dir numpy sunpy matplotlib scipy glymur mysqlclient \
&& apk del --no-cache build-deps
Expand Down