Skip to content

Instantly share code, notes, and snippets.

@ayanmw
ayanmw / Dockerfile
Created December 15, 2025 03:29 — forked from WuSiYu/Dockerfile
A "full" ubuntu-server development environment docker image
FROM ubuntu:latest
LABEL maintainer="SiYu Wu <wu.siyu@hotmail.com>"
ENV DEV_USER=user
ENV UID=1000
ENV GID=1000
ENV DEF_PASSWD=password
ENV TZ=Asia/Shanghai
ENV LANG=en_US.UTF-8
@ayanmw
ayanmw / helloworld,gist.github.com
Created October 29, 2012 12:19
helloworld,gist.github.com
helloworld,gist.github.com