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

Docker compose not working #7775

Closed
3 tasks done
vascoosx opened this issue Jun 25, 2019 · 3 comments
Closed
3 tasks done

Docker compose not working #7775

vascoosx opened this issue Jun 25, 2019 · 3 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@vascoosx
Copy link

vascoosx commented Jun 25, 2019

can not build docker

Expected results

docker builds

Actual results

docker does not build

Screenshots

E: Sub-process /usr/bin/dpkg returned an error code (1)
ERROR: Service 'superset' failed to build: The command '/bin/sh -c apt-get install -y build-essential libssl-dev     libffi-dev python3-dev libsasl2-dev libldap2-dev libxi-dev' returned a non-zero code: 100

How to reproduce the bug

cd contrib/docker/
docker-compose run --rm superset ./docker-init.sh

Environment

I'm using ubuntu 18.04

Checklist

Make sure these boxes are checked before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

@issue-label-bot issue-label-bot bot added the !deprecated-label:bug Deprecated label - Use #bug instead label Jun 25, 2019
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label #bug to this issue, with a confidence of 0.71. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@vascoosx
Copy link
Author

a workaround is to change it to stretch

-FROM python:3.6-jessie
+FROM python:3.6-stretch

@stale
Copy link

stale bot commented Aug 24, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Aug 24, 2019
@stale stale bot closed this as completed Aug 31, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

1 participant