Skip to content

Commit

Permalink
Updating Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesportwoodii committed Oct 31, 2019
1 parent a78dc95 commit 89f7f03
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 @@ -2,7 +2,7 @@ FROM ubuntu:18.04
LABEL maintainer="Charles R. Portwood II <[email protected]>"

ENV GNU_INSTALL_ROOT="/root/gcc-arm-none-eabi-8-2019-q3-update/bin/"
ENV NORDIC_SDK_PATH="/root/nrf_sdk/15.3.0"
ENV NORDIC_SDK_PATH="/root/nrf_sdk/16.0.0"
ENV PATH="$PATH:/root/gcc-arm-none-eabi-8-2019-q3-update/bin:/root/mergehex:/root/nrfjprog:/root/.local/bin"

ENV BOARD=""
Expand Down

0 comments on commit 89f7f03

Please sign in to comment.