Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokaygurcan/dockerfile-ubuntu
🐋 Ubuntu Dockerfile
https://github.com/gokaygurcan/dockerfile-ubuntu
bionic docker dockerfile hacktoberfest hacktoberfest2021 hacktoberfest2022 ubuntu
Last synced: 7 days 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T23:45:04.000Z (12 months ago)
- Last Synced: 2024-05-02T01:47:43.723Z (8 months ago)
- Topics: bionic, docker, dockerfile, hacktoberfest, hacktoberfest2021, hacktoberfest2022, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/gokaygurcan/ubuntu/
- Size: 43.9 KB
- Stars: 1
- Watchers: 2
- 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 |## 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
- 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## Usage
To pull the image
```bash
docker pull gokaygurcan/ubuntu
```To start an interactive shell
```bash
docker run --rm -it gokaygurcan/ubuntu bash
```