Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.comp.lang.python > #5522
| From | Marco Bakera <pintman@bakera.de> |
|---|---|
| Newsgroups | de.comp.lang.python |
| Subject | Re: [Python-de] docker-py: erstellen eines Docker-Images funktioniert von der CL, nicht aus Python |
| Date | 2019-07-01 11:07 +0200 |
| Message-ID | <mailman.71.1561973625.29664.python-de@python.org> (permalink) |
| References | <1f192908-7ac8-b474-80e3-22eea847bd6d@redcor.ch> <169c0427-f19e-a4f9-9681-1da513291cb9@bakera.de> |
robert rottermann schrieb am 30.06.19 um 15:44: > > docker.errors.BuildError: The command '/bin/sh -c set -x; apt install -y > python-dev ...' returned a non-zero code: 100 Vielleicht ein Problem der Shell? /bin/sh verlinkt vermutlich irgendeine Shell (zsh, bash, dash - »ls -l /bin/sh« weißt mehr). Klappt das Bauen aus /bin/sh heraus denn? Gruß, der Marco.
Back to de.comp.lang.python | Previous | Next | Find similar
Re: [Python-de] docker-py: erstellen eines Docker-Images funktioniert von der CL, nicht aus Python Marco Bakera <pintman@bakera.de> - 2019-07-01 11:07 +0200
csiph-web