Skip to content

Commit

Permalink
Merge pull request #565 from vania-pooh/master
Browse files Browse the repository at this point in the history
Small fixes for Safari image
  • Loading branch information
vania-pooh committed Sep 6, 2022
2 parents 20ac3cd + 3483e0f commit 64cfc28
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions static/safari/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04 as build

ARG WEBKIT_TAG="main"
ARG WEBKIT_TAG="WebKit-7615.1.4.3 "

RUN \
apt-get update && \
Expand All @@ -9,7 +9,7 @@ RUN \
mkdir -p /opt/webkit && \
cd webkit && \
yes | DEBIAN_FRONTEND=noninteractive Tools/gtk/install-dependencies && \
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/webkit -DUSE_WPE_RENDERER=OFF -DENABLE_MINIBROWSER=ON -DENABLE_BUBBLEWRAP_SANDBOX=OFF -DENABLE_GAMEPAD=OFF -DENABLE_SPELLCHECK=OFF -DENABLE_WAYLAND_TARGET=OFF -DUSE_OPENJPEG=OFF -DUSE_SOUP3=ON -GNinja && \
cmake -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/opt/webkit -DUSE_WPE_RENDERER=OFF -DENABLE_MINIBROWSER=ON -DENABLE_BUBBLEWRAP_SANDBOX=OFF -DENABLE_GAMEPAD=OFF -DENABLE_SPELLCHECK=OFF -DENABLE_WAYLAND_TARGET=OFF -DUSE_OPENJPEG=OFF -GNinja && \
ninja && \
ninja install && \
rm -Rf /var/lib/apt/lists/*
Expand Down Expand Up @@ -38,7 +38,7 @@ RUN \
apt-get -y install --no-install-recommends \
libsoup-3.0-0 \
libgtk-3-0 \
libwebp6 \
libwebp7 \
libwebpdemux2 \
libsecret-1-0 \
libhyphen0 \
Expand Down

0 comments on commit 64cfc28

Please sign in to comment.