Update Dockerfile
Browse files- Dockerfile +0 -7
Dockerfile
CHANGED
|
@@ -8,13 +8,6 @@ ENV PATH="/home/user/.local/bin:$PATH"
|
|
| 8 |
# Set working directory
|
| 9 |
WORKDIR /app
|
| 10 |
|
| 11 |
-
# Install system dependencies
|
| 12 |
-
RUN apt-get update && apt-get install -y \
|
| 13 |
-
git \
|
| 14 |
-
libgl1-mesa-glx \
|
| 15 |
-
libglib2.0-0 \
|
| 16 |
-
&& rm -rf /var/lib/apt/lists/*
|
| 17 |
-
|
| 18 |
# Clone the FastSD CPU repository
|
| 19 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 20 |
|
|
|
|
| 8 |
# Set working directory
|
| 9 |
WORKDIR /app
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
# Clone the FastSD CPU repository
|
| 12 |
RUN git clone https://github.com/rupeshs/fastsdcpu.git .
|
| 13 |
|