Skip to content

Instantly share code, notes, and snippets.

@rasta-mouse
rasta-mouse / Dockerfile
Created May 31, 2025 10:25
code-server dockerfile
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
# system dependencies
RUN apt-get update && apt-get install -y \
curl wget gnupg2 software-properties-common apt-transport-https \
git unzip build-essential clang lldb lld \
nasm yasm \
libssl-dev libcurl4-openssl-dev libelf-dev \