Skip to content

Commit b734f07

Browse files
committed
fix: add unzip package to Dockerfile dependencies
1 parent 3a097d1 commit b734f07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/electron-debug/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
2828
libxshmfence1 \
2929
libxss1 \
3030
libxtst6 \
31+
unzip \
3132
xauth \
3233
xvfb \
3334
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)