Skip to content

Commit

Permalink
Fix again path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 14, 2024
1 parent d8b1a2c commit b8946f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ RUN apt-get -o Acquire::ForceIPv4=true update && apt-get -o Acquire::ForceIPv4=t
wget \
software-properties-common

ADD ./build-from-repos.sh /tmp
ADD build-from-public-repos.sh /tmp

RUN /tmp/build-from-repos.sh
RUN /tmp/build-from-public-repos.sh

0 comments on commit b8946f3

Please sign in to comment.