Skip to content

Commit b26072a

Browse files
committed
fix: change install command
1 parent 7dee295 commit b26072a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ 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 ca-certificates
32+
RUN apt-get -y --no-install-recommends install alien wget ca-certificates apt-utils gnupg2
3333
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
3434
RUN alien -d libsqlite3.rpm
3535
RUN ls -la

0 commit comments

Comments
 (0)