Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use fewer layers vor environment variables #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

solidnerd
Copy link

No description provided.

@jnbt
Copy link
Owner

jnbt commented Aug 25, 2016

Thanks for the contribution, but it fails when building due to the single line ENV statement:

Step 13 : RUN curl -O -L $ROUNDCUBE_DOWNLOAD  && tar xzf $ROUNDCUBE_VARIANT.tar.gz  && rm -r $ROUNDCUBE_DIR  && mv $ROUNDCUBE_PACKAGE $ROUNDCUBE_DIR  && rm -rf $ROUNDCUBE_PACKAGE  && echo '<?php\n$config = array();\n' > $ROUNDCUBE_DIR/config/config.inc.php  && rm -fr $ROUNDCUBE_DIR/installer  && mkdir -p $ROUNDCUBE_DIR/config/custom  && chown -R www-data:www-data $ROUNDCUBE_DIR
 ---> Running in fd0bb94f4040
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100    21    0    21    0     0     34      0 --:--:-- --:--:-- --:--:--    34
tar (child): -complete.tar.gz: Cannot open: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants