Files
autogen/.devcontainer/Dockerfile
2023-06-12 11:58:09 +02:00

5 lines
190 B
Docker

FROM mcr.microsoft.com/devcontainers/dotnet:0-7.0
# Install the xz-utils package
RUN apt-get update && apt-get install -y xz-utils nodejs
RUN curl -fsSL https://aka.ms/install-azd.sh | bash