Explorar o código

move setproctitle to prebuilt wheel location

Blake Blackshear %!s(int64=4) %!d(string=hai) anos
pai
achega
c709851888
Modificáronse 3 ficheiros con 4 adicións e 5 borrados
  1. 2 1
      docker/Dockerfile.base
  2. 1 2
      docker/Dockerfile.wheels
  3. 1 2
      docker/Dockerfile.wheels.aarch64

+ 2 - 1
docker/Dockerfile.base

@@ -34,7 +34,8 @@ RUN pip3 install \
     peewee \
     peewee_migrate \
     zeroconf \
-    voluptuous
+    voluptuous \
+    setproctitle
 
 COPY nginx/nginx.conf /etc/nginx/nginx.conf
 

+ 1 - 2
docker/Dockerfile.wheels

@@ -32,8 +32,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
     paho-mqtt \
     PyYAML \
     matplotlib \
-    click \
-    setproctitle
+    click
 
 FROM scratch
 

+ 1 - 2
docker/Dockerfile.wheels.aarch64

@@ -42,8 +42,7 @@ RUN pip3 wheel --wheel-dir=/wheels \
     paho-mqtt \
     PyYAML \
     matplotlib \
-    click \
-    setproctitle
+    click
 
 FROM scratch