Skip to content

Commit 37c8f62

Browse files
authored
fix: Added missing dependencies distro-info and uuid-runtime
1 parent 984f9f5 commit 37c8f62

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENV PUID=1000 PGID=1000 TimeZone=Europe/Madrid HOME=/home/sfserver LANG=en_US.ut
1818

1919
####Labels####
2020
LABEL maintainer="vinanrra"
21-
LABEL build_version="version: 0.0.7"
21+
LABEL build_version="version: 0.1.0"
2222

2323
#####Dependencies####
2424

@@ -54,7 +54,9 @@ RUN dpkg --add-architecture i386 && \
5454
tclsh \
5555
cpio \
5656
libsdl2-2.0-0:i386 \
57-
xz-utils
57+
xz-utils \
58+
distro-info \
59+
uuid-runtime
5860

5961
# Install latest su-exec
6062
RUN set -ex; \

0 commit comments

Comments
 (0)