Skip to content

Commit c07ebac

Browse files
daw1012345uruwhy
andauthored
Update Dockerfile
Co-authored-by: Daniel Matthews <58484522+uruwhy@users.noreply.github.com>
1 parent 800dc89 commit c07ebac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN if [ "$VARIANT" = "full" ]; then \
2424
elif [ "$VARIANT" = "slim" ]; then \
2525
echo "Building slim container - some plugins (emu, atomic) may not be available without an internet connection!"; \
2626
else \
27-
echo "Invalid Docker build-arg!"; \
27+
echo "Invalid Docker build-arg for VARIANT! Please provide either \"full\" or \"slim\"."; \
2828
exit 1; \
2929
fi
3030

0 commit comments

Comments
 (0)