1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-19 03:12:07 +02:00

8 lines
242 B
Docker
Raw Permalink Normal View History

ARG VARIANT=3
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
2020-06-28 21:07:15 +12:00
RUN apt-get update \
&& export DEBIAN_FRONTEND=noninteractive \
2021-12-04 14:53:59 +13:00
&& apt-get install --no-install-recommends -y bc fontforge \
2020-06-28 21:07:15 +12:00
&& fontforge --version 2>&1