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 7dee295 commit b26072aCopy full SHA for b26072a
.github/helpers/docker/Dockerfile
@@ -29,7 +29,7 @@ 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 ca-certificates
+RUN apt-get -y --no-install-recommends install alien wget ca-certificates apt-utils gnupg2
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
34
RUN alien -d libsqlite3.rpm
35
RUN ls -la
0 commit comments