Skip to content

Commit 0261cb2

Browse files
committed
fix: change install command
1 parent df40091 commit 0261cb2

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
@@ -40,7 +40,7 @@ RUN set -x \
4040
&& apt-get purge -y --auto-remove wget
4141

4242
# install fresh libsqlite3
43-
RUN apt install alien
43+
RUN apt-get install alien
4444
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
4545
RUN alien -d libsqlite3.rpm
4646
RUN dpkg -i libsqlite3.dpkg

0 commit comments

Comments
 (0)