We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba90e68 + a36e3cc commit ba570ecCopy full SHA for ba570ec
1 file changed
Dockerfile
@@ -31,7 +31,7 @@ RUN { \
31
RUN set -x; \
32
curl -SL "$DOWNLOAD_URL" -o /tmp/lime.tar.gz; \
33
echo "$DOWNLOAD_SHA256 /tmp/lime.tar.gz" | sha256sum -c -; \
34
- tar xf /tmp/lime.tar.gz --strip-components=1 -C /var/www/html; \
+ tar xf /tmp/lime.tar.gz --strip-components=9 -C /var/www/html; \
35
rm /tmp/lime.tar.gz; \
36
chown -R www-data:www-data /var/www/html
37
0 commit comments