1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2024-12-25 20:18:01 +02:00
nerd-fonts/.devcontainer/Dockerfile

8 lines
242 B
Docker
Raw Normal View History

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