mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-12-25 20:18:01 +02:00
8 lines
242 B
Docker
8 lines
242 B
Docker
ARG VARIANT=3
|
|
FROM mcr.microsoft.com/vscode/devcontainers/python:${VARIANT}
|
|
|
|
RUN apt-get update \
|
|
&& export DEBIAN_FRONTEND=noninteractive \
|
|
&& apt-get install --no-install-recommends -y bc fontforge \
|
|
&& fontforge --version 2>&1
|