We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52574a commit c690751Copy full SHA for c690751
1 file changed
tsOS-vhf.Pifile
@@ -27,8 +27,12 @@ INSTALL boot /boot
27
INSTALL etc /etc
28
INSTALL home /home
29
30
+RUN rm /home/pi/librtlsdr/.git
31
+INSTALL .git/modules/home/pi/librtlsdr /home/pi/librtlsdr/.git
32
RUN rm /home/pi/pyradiotracking/.git
33
INSTALL .git/modules/home/pi/pyradiotracking /home/pi/pyradiotracking/.git
34
+RUN rm /home/pi/pyrtlsdr/.git
35
+INSTALL .git/modules/home/pi/pyrtlsdr /home/pi/pyrtlsdr/.git
36
37
# Fix permissions for pi user
38
RUN chown -R pi:pi /home/pi/
0 commit comments