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

Docker first launch fail #7

Open
tiloup42 opened this issue Apr 14, 2021 · 0 comments
Open

Docker first launch fail #7

tiloup42 opened this issue Apr 14, 2021 · 0 comments

Comments

@tiloup42
Copy link

Hello,

I Cloned the repository, configured docker-compose.yml file and runned docker-compose up -d

[12:01] tiloup@PiHome:~/docker/pihole_influx$ docker-compose up -d
Creating network "pihole_influx_default" with the default driver
Building pihole_influx
Sending build context to Docker daemon  127.5kB

Step 1/5 : FROM python:3.7-alpine
3.7-alpine: Pulling from library/python
07389e51ea05: Pulling fs layer
72e5f05db4b6: Pulling fs layer
2d6e075f4308: Pulling fs layer
432829893fdc: Pulling fs layer
d3a5b264ed41: Pulling fs layer
d3a5b264ed41: Waiting
432829893fdc: Waiting
72e5f05db4b6: Verifying Checksum
72e5f05db4b6: Download complete
07389e51ea05: Verifying Checksum
07389e51ea05: Download complete
432829893fdc: Verifying Checksum
432829893fdc: Download complete
07389e51ea05: Pull complete
d3a5b264ed41: Verifying Checksum
d3a5b264ed41: Download complete
2d6e075f4308: Verifying Checksum
2d6e075f4308: Download complete
72e5f05db4b6: Pull complete
2d6e075f4308: Pull complete
432829893fdc: Pull complete
d3a5b264ed41: Pull complete
Digest: sha256:2a8106a531608ca5fd6e3be781701542819f6f91c34504bc86556287a0ea687c
Status: Downloaded newer image for python:3.7-alpine
 ---> 50f5d0967d62
Step 2/5 : RUN pip install --no-cache-dir influxdb
 ---> Running in 0ec51901221f
Fatal Python error: _Py_InitializeMainInterpreter: can't initialize time
PermissionError: [Errno 1] Operation not permitted                                                                                                                     
                                                                                                                                                                       
Current thread 0xb6fc3390 (most recent call first):                                                                                                                    
The command '/bin/sh -c pip install --no-cache-dir influxdb' returned a non-zero code: 132                                                                             
ERROR: Service 'pihole_influx' failed to build  

Any Idea on how to work it out ?

My set up : Raspberry pi 4 on Raspbian Buster running pihole as classic unix install and docker with grafana and infllux (among other things)

Thanks in advance !

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