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
Your problem is here: FROM node:lts-alpine as release this won't have the alpine-python overlays in the final image.
I notice you're using the "onbuild" image at the top, but don't have any ONBUILD calls in your multi-stage Dockerfile.
I think if you remove that top line and replace this FROM node:lts-alpine as release with FROM jfloff/alpine-python:3.8 as release you might get the desired effect?
Here is my docker file:
docker build throws a path error.
PYTHON, PYTHON2, PYTHON3
not found in pathThe text was updated successfully, but these errors were encountered: