nyanya
commited on
Commit
•
732b0ee
1
Parent(s):
28007b8
fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -84,7 +84,7 @@ RUN mkdir /app/.npm-global \
|
|
84 |
&& echo 'export PATH=/app/.npm-global/bin:$PATH' >> ~/.profile \
|
85 |
&& echo 'export PATH=/app/.npm-global/bin:$PATH' >> ~/.bashrc \
|
86 |
&& chown -R user:user /app/.npm-global \
|
87 |
-
&& npm install -g configurable-http-proxy
|
88 |
|
89 |
# Install Golang
|
90 |
ARG GOLANG_VERSION="1.20"
|
|
|
84 |
&& echo 'export PATH=/app/.npm-global/bin:$PATH' >> ~/.profile \
|
85 |
&& echo 'export PATH=/app/.npm-global/bin:$PATH' >> ~/.bashrc \
|
86 |
&& chown -R user:user /app/.npm-global \
|
87 |
+
&& npm install -g configurable-http-proxy
|
88 |
|
89 |
# Install Golang
|
90 |
ARG GOLANG_VERSION="1.20"
|