Skip to content

Commit

Permalink
tauri deps
Browse files Browse the repository at this point in the history
  • Loading branch information
joepio committed Nov 14, 2023
1 parent 5cdcc52 commit 4183f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps:
RUN rustup target add x86_64-unknown-linux-musl
RUN apt update && apt install -y musl-tools musl-dev g++-x86-64-linux-gnu libc6-dev-amd64-cross libgtk-3-dev libsoup2.4-dev
# Tauri deps
# RUN apt install javascriptcoregtk-4.1 libsoup-3.0 webkit2gtk-4.1 -y
RUN apt install -y webkit2gtk-sys
RUN update-ca-certificates

prepare-cache:
Expand Down Expand Up @@ -63,7 +63,7 @@ docker:
VOLUME /atomic-storage
ENTRYPOINT ["/atomic-server-bin"]
# Push to github container registry
SAVE IMAGE --push ghcr.io/atomicdata-dev/atomic-server:latest
# SAVE IMAGE --push ghcr.io/atomicdata-dev/atomic-server:latest
# Push to dockerhub
SAVE IMAGE --push joepmeneer/atomic-server:latest

Expand Down

0 comments on commit 4183f1b

Please sign in to comment.