Skip to content

Instantly share code, notes, and snippets.

View qujihan's full-sized avatar
🎯
Focusing

qujihan

🎯
Focusing
  • Chengdu (成都) , China
  • 01:01 (UTC +08:00)
View GitHub Profile
@qujihan
qujihan / dockerfile-22.04
Last active October 6, 2025 15:26
dev-image dockerfile
# curl -fsSL https://gist.github.com/qujihan/ba1644a1e2ff0de9bf7a48b7b7c5d445/raw/dockerfile-22.04 | docker build -t dev-image:22 -
FROM ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive \
TZ=Asia/Shanghai \
TERM=tmux-256color
RUN apt update && \
apt install -y --no-install-recommends \