Skip to content

Commit 8c35360

Browse files
committed
fix: Dockerfile package install
1 parent 96cd1cd commit 8c35360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ RUN dpkg --add-architecture i386 && \
4949
libsdl2-2.0-0:i386 \
5050
xz-utils \
5151
distro-info \
52-
git \
52+
git
5353

5454
# Install gamedig
5555
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - ; \

0 commit comments

Comments
 (0)