Skip to content

Commit

Permalink
Add dependencies required for releases
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsgrd committed Sep 7, 2024
1 parent 493f6bd commit 001817b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion apps/desktop/e2e/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@ RUN apt update && \
git \
pkg-config \
psmisc \
vim && \
vim \
# Required for release builds
jq \
file && \
# Clean up
apt -y autoremove && apt -y clean

Expand Down

0 comments on commit 001817b

Please sign in to comment.