Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
|
@@ -16,8 +16,8 @@ RUN apt-get update && apt-get install -y \
|
|
| 16 |
wget \
|
| 17 |
ca-certificates \
|
| 18 |
sudo \
|
| 19 |
-
dos2unix \ # <---
|
| 20 |
-
git \ # <---
|
| 21 |
&& rm -rf /var/lib/apt/lists/*
|
| 22 |
|
| 23 |
# Create and activate virtual environment
|
|
|
|
| 16 |
wget \
|
| 17 |
ca-certificates \
|
| 18 |
sudo \
|
| 19 |
+
dos2unix \ # <--- CORRECTLY PLACED: Install dos2unix
|
| 20 |
+
git \ # <--- CORRECTLY PLACED: Install git
|
| 21 |
&& rm -rf /var/lib/apt/lists/*
|
| 22 |
|
| 23 |
# Create and activate virtual environment
|