We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea9d77b commit 50f6709Copy full SHA for 50f6709
.github/helpers/docker/Dockerfile
@@ -30,8 +30,7 @@ ENV GOSU_VERSION=1.7
30
31
# install fresh libsqlite3
32
RUN apt-get -y --no-install-recommends install alien wget ca-certificates
33
-RUN wget --no-check-certificate -O libsqlite3.rpm https://download.opensuse \
34
- .org/repositories/openSUSE:/Factory/standard/x86_64/libsqlite3-0-3.50.3-1.1.x86_64.rpm
+RUN wget --no-check-certificate -O libsqlite3.rpm https://download.opensuse.org/repositories/openSUSE:/Factory/standard/x86_64/libsqlite3-0-3.50.3-1.1.x86_64.rpm
35
RUN alien -d libsqlite3.rpm
36
RUN dpkg -i libsqlite3.dpkg
37
RUN apt --fix-broken install
0 commit comments