...
|
...
|
@@ -22,6 +22,7 @@ RUN chmod a+x /tmp/*.sh \ |
22
|
22
|
&& mv /tmp/start-tb-coap-transport.sh /usr/bin
|
23
|
23
|
|
24
|
24
|
RUN yes | dpkg -i /tmp/${pkg.name}.deb
|
|
25
|
+RUN rm /tmp/${pkg.name}.deb
|
25
|
26
|
|
26
|
27
|
RUN systemctl --no-reload disable --now ${pkg.name}.service > /dev/null 2>&1 || :
|
27
|
28
|
|
...
|
...
|
|