Skip to content

Commit 50f6709

Browse files
committed
fix: change install command
1 parent ea9d77b commit 50f6709

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ ENV GOSU_VERSION=1.7
3030

3131
# install fresh libsqlite3
3232
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
33+
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
3534
RUN alien -d libsqlite3.rpm
3635
RUN dpkg -i libsqlite3.dpkg
3736
RUN apt --fix-broken install

0 commit comments

Comments
 (0)