Skip to content

Commit 607fc63

Browse files
committed
fix: change install command
1 parent 479c34f commit 607fc63

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 install alien
32+
RUN apt-get -y --no-install-recommends install alien
3333
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
3434
RUN alien -d libsqlite3.rpm
3535
RUN dpkg -i libsqlite3.dpkg

0 commit comments

Comments
 (0)