We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f854f1 commit b497203Copy full SHA for b497203
README.md
@@ -62,6 +62,27 @@
62
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
63
```
64
65
+### **Dockerfile**
66
+
67
+```sh
68
+ https://github.com/suchsoak/Shell_Script_Linux/tree/main/docker/linux
69
+```
70
71
+### Usage
72
73
74
75
+ sudo docker build -f < Distro >.Dockerfile -t < Distro_name > .
76
77
78
+**or**
79
80
+With Makefile
81
82
83
+make
84
85
86
# Termux
87
88

0 commit comments