Skip to content

Commit

Permalink
wifi-connect: temporary fix
Browse files Browse the repository at this point in the history
Temporary fix for ketilmo#142
  • Loading branch information
shawaj authored Aug 22, 2024
1 parent e76eed1 commit b6f6033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wifi-connect/Dockerfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ RUN \
export URL_PARTIAL="download/${VERSION}" ; \
fi; \
curl -Ls "$BASE_URL/$URL_PARTIAL/wifi-connect-$BINARY_ARCH_NAME.tar.gz" \
| tar -xvz -C /usr/src/app/
| tar -xvz -C /usr/src/app/ &&\
git clone -b master --depth 1 --single-branch https://github.com/balena-os/wifi-connect &&\
mv wifi-connect/ui /usr/src/app/ui &&\
rm -rf wifi-connect

COPY start.sh .

Expand Down

0 comments on commit b6f6033

Please sign in to comment.