Skip to content

Commit ea9d77b

Browse files
committed
fix: change install command
1 parent 2ccd5df commit ea9d77b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
2929
ENV GOSU_VERSION=1.7
3030

3131
# install fresh libsqlite3
32-
RUN apt-get -y --no-install-recommends install alien wget
33-
RUN wget -O libsqlite3.rpm https://download.opensuse.org/repositories/openSUSE:/Factory/standard/x86_64/libsqlite3-0-3.50.3-1.1.x86_64.rpm
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
3435
RUN alien -d libsqlite3.rpm
3536
RUN dpkg -i libsqlite3.dpkg
3637
RUN apt --fix-broken install

0 commit comments

Comments
 (0)