Skip to content

Commit

Permalink
Update roborio compiler to 2020-2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJohnson committed Oct 12, 2019
1 parent 313e984 commit d616739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roborio-cross-ubuntu/Dockerfile.2020
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM wpilib/ubuntu-base:18.04

# Install toolchain
RUN curl -SL https://github.com/wpilibsuite/roborio-toolchain/releases/download/v2020-1/FRC-2020-Linux-Toolchain-7.3.0.tar.gz | sh -c 'mkdir -p /usr/local && cd /usr/local && tar xzf - --strip-components=2'
RUN curl -SL https://github.com/wpilibsuite/roborio-toolchain/releases/download/v2020-2/FRC-2020-Linux-Toolchain-7.3.0.tar.gz | sh -c 'mkdir -p /usr/local && cd /usr/local && tar xzf - --strip-components=2'

WORKDIR /

0 comments on commit d616739

Please sign in to comment.