Skip to content

Commit

Permalink
Fixa path in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 14, 2024
1 parent 41245c0 commit d8b1a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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-repos.sh /tmp

RUN /tmp/build-from-repos.sh

0 comments on commit d8b1a2c

Please sign in to comment.