Skip to content

Commit

Permalink
Dockerfile URL missing release candidate info.
Browse files Browse the repository at this point in the history
  • Loading branch information
innattar committed May 16, 2020
1 parent 98e81d7 commit b367248
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,6 +2,6 @@ FROM gitpod/workspace-full

# add your tools here
ARG GCC_BASE=gcc-arm-none-eabi-8-2019-q3-update
ARG GCC_SHORT=8-2019q3
ARG GCC_SHORT=8-2019q3/RC1.1
ARG GCC_URL=https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/${GCC_SHORT}/${GCC_BASE}-linux.tar.bz2
RUN mkdir -p /home/gitpod/.local && wget -q ${GCC_URL} -O - | tar xfj - -C /home/gitpod/.local --strip-components=1

0 comments on commit b367248

Please sign in to comment.