dockerfile simple image build and run in bash mode


dockerfile

FROM ubuntu:latest

RUN apt update && apt install -y --no-install-recommends \
    curl \
    tar \
    && rm -rf /var/lib/apt/lists/*


docker run --rm -it --entrypoint bash dotnetprofiler





Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm