mirror of
https://github.com/ryanoasis/nerd-fonts.git
synced 2024-11-25 16:47:37 +02:00
8 lines
246 B
Docker
8 lines
246 B
Docker
ARG VARIANT="3"
|
|
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 \
|
|
&& fontforge --version 2>&1
|