Skip to content

Commit 7dee295

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

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
@@ -33,7 +33,7 @@ RUN apt-get -y --no-install-recommends install alien wget ca-certificates
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
36-
RUN dpkg -i libsqlite3-0-3.50.3-1.1.x86_64.dpkg
36+
RUN dpkg -i libsqlite3-0_3.50.3-2.1_amd64.deb
3737
RUN apt --fix-broken install
3838
RUN rm libsqlite3.rpm
3939

0 commit comments

Comments
 (0)