Skip to content

Commit ba570ec

Browse files
authored
Merge pull request #2 from xcffl/patch-1
Extract the package from upstream deeper
2 parents ba90e68 + a36e3cc commit ba570ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN { \
3131
RUN set -x; \
3232
curl -SL "$DOWNLOAD_URL" -o /tmp/lime.tar.gz; \
3333
echo "$DOWNLOAD_SHA256 /tmp/lime.tar.gz" | sha256sum -c -; \
34-
tar xf /tmp/lime.tar.gz --strip-components=1 -C /var/www/html; \
34+
tar xf /tmp/lime.tar.gz --strip-components=9 -C /var/www/html; \
3535
rm /tmp/lime.tar.gz; \
3636
chown -R www-data:www-data /var/www/html
3737

0 commit comments

Comments
 (0)