Skip to content

Commit

Permalink
Docker: Skip GUI build
Browse files Browse the repository at this point in the history
Signed-off-by: Andrej Orsula <orsula.andrej@gmail.com>
  • Loading branch information
AndrejOrsula committed Jan 21, 2025
1 parent d9a3ddd commit 4dfb4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ COPY . "${SRB_PATH}"
## Build Rust targets
# hadolint ignore=SC1091
RUN source /entrypoint.bash -- && \
cargo build --release --workspace --all-targets
cargo build --release --all-targets

## Install project as editable Python module
# hadolint ignore=SC1091
Expand Down

0 comments on commit 4dfb4de

Please sign in to comment.