You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
&& rm -rf /var/lib/apt/lists/* \
&&\ < --- This line should not be there
&& gsl_path="$(find / -name 'libgsl.so.??'||printf'')" \
&&if [ -n"$gsl_path" ];then \
E: Package 'libjpeg-turbo8-dev' has no installation candidate
E: Unable to locate package multiarch-support
libjpeg-turbo8-dev can maybe be replace by libjpeg62-turbo-dev:
i think this is the same as #478 . i believe a PR is needed on two fronts. skip empty lines and update dependencies. i'll close this in favor of continuing the discussion in the other issue.
Using this basic command but the output image has a couple of issues
Cannot build the image because of
E: Package 'libjpeg-turbo8-dev' has no installation candidate E: Unable to locate package multiarch-support
libjpeg-turbo8-dev can maybe be replace by libjpeg62-turbo-dev:
pahaz/docker-compose-django-postgresql-redis-example#1
The text was updated successfully, but these errors were encountered: