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 2ccd5df commit ea9d77bCopy full SHA for ea9d77b
.github/helpers/docker/Dockerfile
@@ -29,8 +29,9 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
29
ENV GOSU_VERSION=1.7
30
31
# 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
+RUN apt-get -y --no-install-recommends install alien wget ca-certificates
+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
35
RUN alien -d libsqlite3.rpm
36
RUN dpkg -i libsqlite3.dpkg
37
RUN apt --fix-broken install
0 commit comments