File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,11 +14,11 @@ COPY build/stable/arduino-router*.deb /tmp/router.deb
1414
1515RUN apt update && apt install -y /tmp/stable.deb /tmp/router.deb \
1616 && rm /tmp/stable.deb /tmp/router.deb \
17- && mkdir -p /var/www/html/myrepo/dists/trixie/main/binary-${ARCH} \
18- && mv /tmp/unstable.deb /var/www/html/myrepo/dists/trixie/main/binary-${ARCH} /
17+ && mkdir -p /var/www/html/myrepo/dists/trixie/main/binary-amd64 \
18+ && mv /tmp/unstable.deb /var/www/html/myrepo/dists/trixie/main/binary-amd64 /
1919
2020WORKDIR /var/www/html/myrepo
21- RUN dpkg-scanpackages dists/trixie/main/binary-${ARCH} /dev/null | gzip -9c > dists/trixie/main/binary-${ARCH} /Packages.gz
21+ RUN dpkg-scanpackages dists/trixie/main/binary-amd64 /dev/null | gzip -9c > dists/trixie/main/binary-amd64 /Packages.gz
2222WORKDIR /
2323
2424RUN usermod -s /bin/bash arduino || true
You can’t perform that action at this time.
0 commit comments