Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,7 +20,7 @@ RUN mkdir -p maven && \
|
|
| 20 |
wget -O maven/apache-maven-3.9.11-bin.zip https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip && \
|
| 21 |
unzip maven/apache-maven-3.9.11-bin.zip -d maven/ && \
|
| 22 |
rm maven/apache-maven-3.9.11-bin.zip
|
| 23 |
-
#ENV PATH
|
| 24 |
RUN wget https://raw.githubusercontent.com/coder/code-server/refs/heads/main/install.sh
|
| 25 |
RUN bash install.sh
|
| 26 |
RUN chmod 777 -R /public
|
|
|
|
| 20 |
wget -O maven/apache-maven-3.9.11-bin.zip https://dlcdn.apache.org/maven/maven-3/3.9.11/binaries/apache-maven-3.9.11-bin.zip && \
|
| 21 |
unzip maven/apache-maven-3.9.11-bin.zip -d maven/ && \
|
| 22 |
rm maven/apache-maven-3.9.11-bin.zip
|
| 23 |
+
#ENV PATH=/bin:$PATH
|
| 24 |
RUN wget https://raw.githubusercontent.com/coder/code-server/refs/heads/main/install.sh
|
| 25 |
RUN bash install.sh
|
| 26 |
RUN chmod 777 -R /public
|