Quellcode durchsuchen

fixe syntax error

Toastie vor 4 Jahren
Ursprung
Commit
39b58590f7
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      rfidac/Dockerfile

+ 2 - 2
rfidac/Dockerfile

@@ -6,8 +6,8 @@ RUN echo "rfidac:x:100:105:RFIC AC,,,:/opt:/sbin/nologin" >> /etc/passwd \
  && apk add --no-cache --update python3 \
  && pip3 install --upgrade pip setuptools \
  && apk add --no-cache linux-headers gcc musl-dev python3-dev \
- && pip3 install evdev
- && apk rm linux-headers gcc musl-dev python3-dev
+ && pip3 install evdev \
+ && apk rm linux-headers gcc musl-dev python3-dev \
  && apk add --no-cache mpc
 
 ADD rfid-test.py /opt/rfid-test.py