https://github.com/alphalawless/archdevel
🔵 Let's work in an archlinux environment in a simple and practical way.
https://github.com/alphalawless/archdevel
archlinux development-environment docker dockerfile
Last synced: 2 months ago
JSON representation
🔵 Let's work in an archlinux environment in a simple and practical way.
- Host: GitHub
- URL: https://github.com/alphalawless/archdevel
- Owner: AlphaLawless
- License: gpl-3.0
- Created: 2022-04-18T00:12:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T00:32:06.000Z (about 3 years ago)
- Last Synced: 2025-01-17T22:44:50.462Z (4 months ago)
- Topics: archlinux, development-environment, docker, dockerfile
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: .github/README.md
- License: LICENSE
Awesome Lists containing this project
README
# ArchDevel - Docker Image
## Purpose
The main purpose of creating this image was to develop on an arch distribution, while in another environment, be it macOS, Windows or another Linux distribution.
You might think: "why develop in an arch environment when you already have a development environment?" - This is for training and testing tools within the archlinux ecosystem. Just it!
## Image
- archlinux
- base-devel
- git
- curl
- neovim
- asdf## Running
Build your own image
```
bash build-image.sh
```
Enter within a container with the Image
```
docker run -it alphalawless/archdevel bash
```## LICENSE
[GPLv3 License](../LICENSE)