Fix vs code dev container

This commit is contained in:
Sean Fausett 2021-12-04 14:53:59 +13:00
parent d23d0e0089
commit 20d72ea4a7
No known key found for this signature in database
GPG key ID: 7B515E3372D1755F

View file

@ -3,5 +3,5 @@ FROM mcr.microsoft.com/vscode/devcontainers/python:0-${VARIANT}
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
&& apt-get install --no-install-recommends -y bc fontforge python-configparser \
&& apt-get install --no-install-recommends -y bc fontforge \
&& fontforge --version 2>&1