Skip to content

Commit d35bd7a

Browse files
committed
docker: Adds missing dependnecy [fix]
1 parent b1d62fb commit d35bd7a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
# NOTE Lint this file with https://hadolint.github.io/hadolint/
33

4-
# SPDX-FileCopyrightText: 2024 Robin Vobruba <hoijui.quaero@gmail.com>
4+
# SPDX-FileCopyrightText: 2024-2025 Robin Vobruba <hoijui.quaero@gmail.com>
55
#
66
# SPDX-License-Identifier: Unlicense
77

@@ -13,7 +13,8 @@ WORKDIR /srv/rdf
1313
RUN install_packages \
1414
ca-certificates \
1515
git \
16-
unzip
16+
unzip \
17+
wget
1718

1819
COPY res ./res
1920
COPY run ./run

0 commit comments

Comments
 (0)