Skip to content

Commit 6a4feae

Browse files
committed
Add missing system packages
1 parent d6182af commit 6a4feae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
- name: Test Dockerfile
112112
run: |
113113
python${{ env.PYTHON_VERSION }} -m venv .venv
114-
make install-test
115114
source .venv/bin/activate
115+
make install-test
116116
make docker-build
117117
make docker-test
118118
# - name: Scan image

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ARG PYTHON_VERSION="3.12"
1111

1212
USER root
1313

14-
RUN apk add --no-cache shadow \
14+
RUN apk add --no-cache mesa-gl shadow \
1515
&& useradd -m -u ${NB_UID} -s /bin/sh ${NB_USER}
1616
RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1717

0 commit comments

Comments
 (0)