[planet-web/oscp] Path fix



commit 09641d07e0412880c66ef0732d7c4372bacb3d1b
Author: Andrea Veri <averi redhat com>
Date:   Wed Jan 20 18:22:46 2021 +0100

    Path fix

 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 5a79e60f..85ef21c9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log && \
 RUN groupadd planet -g 1000510000 && useradd planet -g 1000510000 -u 1000510000 -r -l && \
     git clone --depth 1 --branch master --single-branch https://gitlab.gnome.org/Infrastructure/planet-web 
/planet && \
     git clone --depth 1 --branch master --single-branch https://github.com/rubys/venus /planet/venus && \
-    mkdir /planet/vendor && mv /planet/venus/vendor/html5lib /planet/vendor && rm -rf /planet/venus && \
+    mkdir /planet/vendor && mv /planet/venus/planet/vendor/html5lib /planet/vendor && rm -rf /planet/venus 
&& \
     chown -R 1000510000:100051000 /planet
 
 RUN mkdir -p /var/cache/planet-venus/theme/common && \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]