-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Description
I'm getting this issue when running with docker compose.
`docker-compose up -d
[+] Building 2.8s (12/13)
=> [plane-notify internal] load build definition from Dockerfile 0.0s
=> => transferring dockerfile: 757B 0.0s
=> [plane-notify internal] load .dockerignore 0.0s
=> => transferring context: 2B 0.0s
=> [plane-notify internal] load metadata for docker.io/library/python:3 1.8s
=> [plane-notify internal] load build context 0.0s
=> => transferring context: 3.29MB 0.0s
=> [plane-notify 1/9] FROM docker.io/library/python:3@sha256:2dd2f9000021839e8fba0debd8a2308c7e26f95fdfbc0c728ee 0.0s
=> CACHED [plane-notify 2/9] WORKDIR /plane-notify 0.0s
=> CACHED [plane-notify 3/9] RUN mkdir /home/plane-notify 0.0s
=> CACHED [plane-notify 4/9] RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key ad 0.0s
=> CACHED [plane-notify 5/9] RUN apt-get update && apt-get -y install --no-install-recommends google-chrome- 0.0s
=> CACHED [plane-notify 6/9] RUN pip install pipenv 0.0s
=> CACHED [plane-notify 7/9] COPY Pipfile* . 0.0s
=> ERROR [plane-notify 8/9] RUN pipenv install 0.9s
[plane-notify 8/9] RUN pipenv install:
#0 0.826 Warning: Python 3.9 was not found on your system...
#0 0.828 Neither 'pyenv' nor 'asdf' could be found to install Python.
#0 0.828 You can specify specific versions of Python with:
#0 0.828 $ pipenv --python path/to/python
failed to solve: process "/bin/sh -c pipenv install" did not complete successfully: exit code: 1`
Metadata
Metadata
Assignees
Labels
No labels