Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit edcdb8c7 authored by Jason Kridner's avatar Jason Kridner
Browse files

Update Dockerfile

parent ee06a526
Branches
No related merge requests found
Pipeline #18140 passed with stage
in 16 seconds
......@@ -37,7 +37,7 @@ RUN . /etc/os-release \
file cpio unzip bc rsync bison flex device-tree-compiler python3-setuptools swig python3-dev ccache \
&& cp -v /etc/bbb.io/templates/apt/sbuild.list /etc/apt/sources.list.d/beagle.list \
&& apt-get clean
RUN if [ "$ARCHNAME" == "amd64" ]; then \
RUN if [ "$ARCHNAME" = "amd64" ]; then \
wget "$BALENA_CLI_URL" -O balena-cli.zip \
mkdir -p /opt ; \
unzip balena-cli.zip -d /opt ; \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment