https://github.com/gokaygurcan/dockerfile-ubuntu
🐋 Ubuntu Dockerfile
https://github.com/gokaygurcan/dockerfile-ubuntu
docker dockerfile ubuntu
Last synced: 5 months ago
JSON representation
🐋 Ubuntu Dockerfile
- Host: GitHub
- URL: https://github.com/gokaygurcan/dockerfile-ubuntu
- Owner: gokaygurcan
- License: mit
- Created: 2018-08-01T17:43:06.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T15:53:16.000Z (about 1 year ago)
- Last Synced: 2025-06-26T16:40:25.948Z (about 1 year ago)
- Topics: docker, dockerfile, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/gokaygurcan/ubuntu/
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Ubuntu 24.04.1 (Noble Numbat)
## Environment variables
| Name | Value |
| -------- | ---------------- |
| LANGUAGE | en_US.UTF-8. |
| LANG | en_US.UTF-8 |
| LC_ALL | en_US.UTF-8 |
| TZ | Europe/Amsterdam |
## Available packages
- adduser
- atop
- apt (apt, apt-get)
- apt-utils
- apt-transport-https
- aptitude
- aria2 (aria2c)
- autoconf
- autotools-dev
- bash-completion
- bash
- binutils
- bison
- brotli
- build-essential (g++, gcc)
- bzip2
- coreutils
- ca-certificates
- curl
- dbus
- dialog
- dnsutils (dig, nslookup, nsupdate)
- dpkg
- dpkg-dev
- file
- iproute2
- iputils-ping
- gcc
- gh (github.com/cli/cli)
- fdisk
- findutils
- git
- git-extras
- gnupg (v1, v2)
- gzip
- grep
- hostname
- htop
- iputils-ping (ping, ping4, ping6)
- iproute2
- iptables
- jq
- language-pack-en
- locales
- make
- nano
- net-tools (netstat, ifconfig, route)
- nmap
- p7zip-rar
- passwd
- pkg-config
- procps
- python (python3, pip3, venv)
- rsync
- ssh-client
- ssh-server
- software-properties-common
- sqlite
- sudo
- tar
- tcpdump
- telnet
- time
- tree
- tzdata
- unzip / zip
- vim
- wget
- whois
## Homebrew on Linux
[The missing package manager for macOS (or Linux)](https://docs.brew.sh/Homebrew-on-Linux)
## Usage
To pull the image
```bash
docker pull gokaygurcan/ubuntu
```
To start an interactive shell
```bash
docker run --rm -it gokaygurcan/ubuntu bash
```