close
The Wayback Machine - https://web.archive.org/web/20230327031639/https://github.com/ryanoasis/nerd-fonts/commit/20d72ea4a7c69d7c9f5961c8390a29183ec90c4c
Skip to content
Permalink
Browse files
Fix vs code dev container
  • Loading branch information
gitfool committed Dec 4, 2021
1 parent d23d0e0 commit 20d72ea
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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

0 comments on commit 20d72ea

Please sign in to comment.