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

Can't Run On my local Machine #15

Open
thenewn1k1 opened this issue Jul 20, 2021 · 1 comment
Open

Can't Run On my local Machine #15

thenewn1k1 opened this issue Jul 20, 2021 · 1 comment

Comments

@thenewn1k1
Copy link

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

[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:


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
`

@thenewn1k1
Copy link
Author

$ docker version
Client:
Cloud integration: 1.0.17
Version: 20.10.7
API version: 1.41
Go version: go1.16.4
Git commit: f0df350
Built: Wed Jun 2 12:00:56 2021
OS/Arch: windows/amd64
Context: default
Experimental: true

Server: Docker Engine - Community
Engine:
Version: 20.10.7
API version: 1.41 (minimum version 1.12)
Go version: go1.13.15
Git commit: b0f5bc3
Built: Wed Jun 2 11:54:58 2021
OS/Arch: linux/amd64
Experimental: false
containerd:
Version: 1.4.6
GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d
runc:
Version: 1.0.0-rc95
GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7
docker-init:
Version: 0.19.0
GitCommit: de40ad0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant