mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-20 05:40:46 -04:00
toolchain: Add Go package
- Add Go 1.23. - Set up PATH for container to include the Go binaries.
This commit is contained in:
parent
a0f699aea5
commit
babdef52f5
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ RUN apt-get -qq update -y \
|
|||
gawk \
|
||||
gcc \
|
||||
git \
|
||||
golang-1.23 \
|
||||
gperf \
|
||||
graphviz \
|
||||
help2man \
|
||||
|
@ -68,3 +69,4 @@ RUN /buildtools.sh
|
|||
FROM base
|
||||
LABEL org.opencontainers.image.description="Toolchain for building TKey FPGA bitstream"
|
||||
COPY --from=toolsbuilder /usr/local/ /usr/local
|
||||
ENV PATH="$PATH:/usr/lib/go-1.23/bin"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue