1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-19 20:12:52 +02:00

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