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
just want to test it out, coudnt figure out how to solve this problem:
`$ docker-compose -f docker-compose.yml up
Building app #2 [internal] load .dockerignore #2 sha256:4a1a7b5483513c9fe044a2bf601f663e53dd8161a644c7eb44abdb1003c5b9f9 #2 transferring context: 2B done #2 ...
just want to test it out, coudnt figure out how to solve this problem:
`$ docker-compose -f docker-compose.yml up
Building app
#2 [internal] load .dockerignore
#2 sha256:4a1a7b5483513c9fe044a2bf601f663e53dd8161a644c7eb44abdb1003c5b9f9
#2 transferring context: 2B done
#2 ...
#1 [internal] load build definition from Dockerfile
#1 sha256:4e43fab2197bcf9032561143c5acf95c613c8df2302d097829c80345096fbfbc
#1 transferring dockerfile: 405B done
#1 DONE 1.3s
#2 [internal] load .dockerignore
#2 sha256:4a1a7b5483513c9fe044a2bf601f663e53dd8161a644c7eb44abdb1003c5b9f9
#2 DONE 1.5s
#3 [internal] load metadata for docker.io/library/python:3.6.7
#3 sha256:ae7e84c0d74fbc5b661d6bb2516e33f897791ae534cfd61d139e63e595f97ef6
#3 DONE 0.0s
#6 [internal] load build context
#6 sha256:e2216052784f4c869f9b4050df356ca45687c65f8645139e3e91a93281058053
#6 transferring context: 221.15kB 0.5s done
#6 DONE 2.7s
#4 [1/7] FROM docker.io/library/python:3.6.7
#4 sha256:39cea9c471e197be582dc2c8398f94b435183935c72851a4470c24d724e7af6f
#4 DONE 9.7s
#5 [2/7] WORKDIR /app
#5 sha256:ab973d3fc03d4e1c03c1331e92bcbd81f842bf361cbc54c68606f6881b94563b
#5 DONE 1.3s
#7 [3/7] COPY ./scripts /app/scripts
#7 sha256:f1454fbccb82d3642f9c01b29fe4816892e0c26d272f83a8099f66c0b248b300
#7 DONE 1.4s
#8 [4/7] RUN ./scripts/install_pg_client.sh && curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python && /root/.poetry/bin/poetry config virtualenvs.create false
#8 sha256:4652ad86a2662bfb8185b0e6b8549abcd3dfb641fc6896b356f8665e06a81d6b
#8 2.605 /usr/bin/env: ‘bash\r’: No such file or directory
#8 ERROR: executor failed running [/bin/sh -c ./scripts/install_pg_client.sh && curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python && /root/.poetry/bin/poetry config virtualenvs.create false]: exit code: 127
executor failed running [/bin/sh -c ./scripts/install_pg_client.sh && curl -sSL https://raw.githubusercontent.com/sdispater/poetry/master/get-poetry.py | python && /root/.poetry/bin/poetry config virtualenvs.create false]: exit code: 127
Service 'app' failed to build : Build failed
`
The text was updated successfully, but these errors were encountered: