Skip to content

Commit b497203

Browse files
authored
Update README.md
1 parent 8f854f1 commit b497203

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,27 @@
6262
dnf update -y && dnf install git -y && dnf install sudo -y && sudo dnf install redhat-lsb-core -y && git clone https://github.com/suchsoak/Shell_Script_Linux.git && cd Shell_Script_Linux && chmod 777 script.sh && clear && bash ./script.sh
6363
```
6464

65+
### **Dockerfile**
66+
67+
```sh
68+
https://github.com/suchsoak/Shell_Script_Linux/tree/main/docker/linux
69+
```
70+
71+
### Usage
72+
73+
```sh
74+
75+
sudo docker build -f < Distro >.Dockerfile -t < Distro_name > .
76+
77+
```
78+
**or**
79+
80+
With Makefile
81+
82+
```sh
83+
make
84+
```
85+
6586
# Termux
6687

6788
!["Android"](https://img.shields.io/badge/Android-3DDC84?style=for-the-badge&logo=android&logoColor=white)

0 commit comments

Comments
 (0)