Update Dockerfile
Browse files- Dockerfile +0 -3
Dockerfile
CHANGED
@@ -6,9 +6,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
6 |
build-essential \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
9 |
-
# Set environment variables for user installation
|
10 |
-
ENV PATH=/root/.local/bin:$PATH
|
11 |
-
|
12 |
# Set the working directory in the container
|
13 |
WORKDIR /app
|
14 |
|
|
|
6 |
build-essential \
|
7 |
&& rm -rf /var/lib/apt/lists/*
|
8 |
|
|
|
|
|
|
|
9 |
# Set the working directory in the container
|
10 |
WORKDIR /app
|
11 |
|