We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c585e commit e2baab6Copy full SHA for e2baab6
Dockerfile
@@ -1,5 +1,5 @@
1
FROM debian:12
2
-LABEL version="0.2.1-alpha"
+LABEL version="0.2.2-alpha"
3
LABEL vendor1="DanteyPL"
4
# Install required packages to install dkp
5
RUN apt-get update && apt-get install -y \
docker-entrypoint.sh
@@ -6,5 +6,4 @@ if [[ $# -eq 0 ]];then
6
else
7
# shellcheck disable=SC2068
8
make $@
9
- $#
10
fi
0 commit comments