Files
pybricks-code/.devcontainer/Dockerfile
T
David LechnerandDavid Lechner 3a57f40a93 devcontainer: inital config
This adds a devcontainer config for devs to have an easy way to get a working dev environment.
2024-02-19 22:50:14 -06:00

4 lines
155 B
Docker

FROM mcr.microsoft.com/devcontainers/typescript-node:1-18-bookworm
# Install the xz-utils package
RUN apt-get update && apt-get install -y libpango1.0-dev