Skip to content

Commit

Permalink
feat: disable Tauri v2 requirements install for Debian 11
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 16, 2024
1 parent 5509095 commit 1525534
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 24 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Images are automatically updated on a daily basis.

### Debian v12 ("bookworm")

> [!NOTE]
> These images (tags) should now be ready for both Tauri v1 and v2. But I'm testing them at the moment.
- [`debian-bookworm-20`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bookworm-20.Dockerfile)
- Base: [`rust:1-bookworm`](https://hub.docker.com/_/rust)
- Debian v12 ("bookworm") + Rust v1 + Node v20
Expand All @@ -57,6 +60,9 @@ Images are automatically updated on a daily basis.

### Debian v11 ("bullseye")

> [!IMPORTANT]
> These images (tags) only work with Tauri v1. See [tauri-apps/tauri#9039](https://github.com/tauri-apps/tauri/issues/9039).
- [`debian-bullseye-20`](https://github.com/ivangabriele/docker-tauri/blob/main/dockerfiles/debian-bullseye-20.Dockerfile)
- Base: [`rust:1-bullseye`](https://hub.docker.com/_/rust)
- Debian v11 ("bullseye") + Rust v1 + Node v20
Expand Down
8 changes: 2 additions & 6 deletions dockerfiles/debian-bullseye-18-nightly.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ RUN apt-get install -y \
libayatana-appindicator3-dev \
librsvg2-dev

# Install Tauri v2 dependencies
# https://v2.tauri.app/start/prerequisites/#linux
RUN apt-get install -y \
file \
libwebkit2gtk-4.1-dev \
libxdo-dev
# Tauri v2 dependencies
# => Impossible: https://github.com/tauri-apps/tauri/issues/9039

# Install tauri-driver dependencies
RUN apt-get install -y \
Expand Down
8 changes: 2 additions & 6 deletions dockerfiles/debian-bullseye-18.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ RUN apt-get install -y \
libayatana-appindicator3-dev \
librsvg2-dev

# Install Tauri v2 dependencies
# https://v2.tauri.app/start/prerequisites/#linux
RUN apt-get install -y \
file \
libwebkit2gtk-4.1-dev \
libxdo-dev
# Tauri v2 dependencies
# => Impossible: https://github.com/tauri-apps/tauri/issues/9039

# Install tauri-driver dependencies
RUN apt-get install -y \
Expand Down
8 changes: 2 additions & 6 deletions dockerfiles/debian-bullseye-20-nightly.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,8 @@ RUN apt-get install -y \
libayatana-appindicator3-dev \
librsvg2-dev

# Install Tauri v2 dependencies
# https://v2.tauri.app/start/prerequisites/#linux
RUN apt-get install -y \
file \
libwebkit2gtk-4.1-dev \
libxdo-dev
# Tauri v2 dependencies
# => Impossible: https://github.com/tauri-apps/tauri/issues/9039

# Install tauri-driver dependencies
RUN apt-get install -y \
Expand Down
8 changes: 2 additions & 6 deletions dockerfiles/debian-bullseye-20.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ RUN apt-get install -y \
libayatana-appindicator3-dev \
librsvg2-dev

# Install Tauri v2 dependencies
# https://v2.tauri.app/start/prerequisites/#linux
RUN apt-get install -y \
file \
libwebkit2gtk-4.1-dev \
libxdo-dev
# Tauri v2 dependencies
# => Impossible: https://github.com/tauri-apps/tauri/issues/9039

# Install tauri-driver dependencies
RUN apt-get install -y \
Expand Down

0 comments on commit 1525534

Please sign in to comment.