We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0352ea6 commit 73e04d0Copy full SHA for 73e04d0
Dockerfile.agnos
@@ -166,8 +166,8 @@ RUN touch -r /lib/systemd/systemd /etc/fstab
166
# populate /usr
167
COPY ./userspace/usr/comma/ /usr/$USERNAME/
168
COPY ./userspace/usr/share/fonts/* /usr/share/fonts/
169
-COPY ./userspace/libs/* /usr/lib/aarch64-linux-gnu/
170
-COPY ./userspace/libs32/* /usr/lib/arm-linux-gnueabihf/
+COPY ./userspace/libs /usr/lib/aarch64-linux-gnu/
+COPY ./userspace/libs32 /usr/lib/arm-linux-gnueabihf/
171
172
# this is big, only enable when we need it
173
# kernel headers for the AGNOS kernel (built on device)
0 commit comments