You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker run --rm mcr.icrosoft.com/dotnet/nightly/sdk:10.0-preview dnx --yes dotnetsay hello world
Running from a Dockerfile build:
FROM mcr.microsoft.com/dotnet/nightly/sdk:10.0-preview AS build
RUN dnx --yes dotnetsay hello world
# This also doesn't work:
RUN ["dnx", "--yes", "dotnetsay", "hello world"]
Observed behavior
Building the Dockerfile with docker build --no-cache --progress=plain ., dotnet bot doesn't "say" anything, only the ASCII art is output.
Expected behavior
The text "hello world" should be output, followed by some ASCII art of dotnet-bot.