|
@@ -44,8 +44,8 @@ CMD json_get -db $DB -host $HOST -dbHost $DB_HOST -location $LOCATION -password
|
|
|
|
|
|
##############################
|
|
|
from debian as log_temperature
|
|
|
-RUN apt-get update && apt-get upgrade -y
|
|
|
-RUN apt-get install -y librtlsdr0 && apt-get clean
|
|
|
+RUN apt-get update && apt-get upgrade -y && apt-get clean
|
|
|
+RUN apt-get update && apt-get install -y librtlsdr0 && apt-get clean
|
|
|
COPY --from=build-rtl_433 /rtl_433/install/bin/rtl_433 /usr/bin
|
|
|
COPY --from=build-log /go/bin/temperature_logger /usr/bin
|
|
|
|