Skip to content

Commit a96d329

Browse files
committed
fix: change install command
1 parent 50f6709 commit a96d329

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/helpers/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ ENV GOSU_VERSION=1.7
3232
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
35-
RUN dpkg -i libsqlite3.dpkg
35+
RUN ls -la
36+
RUN dpkg -i libsqlite3-0-3.50.3-1.1.x86_64.dpkg
3637
RUN apt --fix-broken install
3738
RUN rm libsqlite3.rpm
3839

0 commit comments

Comments
 (0)