We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d62fb commit d35bd7aCopy full SHA for d35bd7a
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
# NOTE Lint this file with https://hadolint.github.io/hadolint/
3
4
-# SPDX-FileCopyrightText: 2024 Robin Vobruba <hoijui.quaero@gmail.com>
+# SPDX-FileCopyrightText: 2024-2025 Robin Vobruba <hoijui.quaero@gmail.com>
5
#
6
# SPDX-License-Identifier: Unlicense
7
@@ -13,7 +13,8 @@ WORKDIR /srv/rdf
13
RUN install_packages \
14
ca-certificates \
15
git \
16
- unzip
+ unzip \
17
+ wget
18
19
COPY res ./res
20
COPY run ./run
0 commit comments