Skip to content

Commit

Permalink
remove gui feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Kl4rry committed Dec 4, 2024
1 parent be72388 commit 90fc5d7
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 @@ -11,7 +11,7 @@ WORKDIR /ferrite
COPY . .

RUN cargo fetch
RUN cargo build --release --features gui
RUN cargo build --release

FROM ubuntu:latest

Expand Down

0 comments on commit 90fc5d7

Please sign in to comment.