We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800dc89 commit c07ebacCopy full SHA for c07ebac
Dockerfile
@@ -24,7 +24,7 @@ RUN if [ "$VARIANT" = "full" ]; then \
24
elif [ "$VARIANT" = "slim" ]; then \
25
echo "Building slim container - some plugins (emu, atomic) may not be available without an internet connection!"; \
26
else \
27
- echo "Invalid Docker build-arg!"; \
+ echo "Invalid Docker build-arg for VARIANT! Please provide either \"full\" or \"slim\"."; \
28
exit 1; \
29
fi
30
0 commit comments