Skip to content

Instantly share code, notes, and snippets.

@yarongon
yarongon / Dockerfile
Last active March 13, 2023 11:25
VSCode: TypeScript and Latex Remote Docker Development
# See here for image contents: https://github.com/microsoft/vscode-dev-containers/tree/v0.224.2/containers/typescript-node/.devcontainer/base.Dockerfile
# [Choice] Node.js version (use -bullseye variants on local arm64/Apple Silicon): 16, 14, 12, 16-bullseye, 14-bullseye, 12-bullseye, 16-buster, 14-buster, 12-buster
# ARG VARIANT="16-bullseye"
# FROM mcr.microsoft.com/vscode/devcontainers/typescript-node:0-${VARIANT}
FROM ubuntu:22.04
RUN apt-get update && apt-get install -y curl git
# RUN apt update && apt install git