mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-07-20 21:58:44 -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 \
|
gawk \
|
||||||
gcc \
|
gcc \
|
||||||
git \
|
git \
|
||||||
|
golang-1.23 \
|
||||||
gperf \
|
gperf \
|
||||||
graphviz \
|
graphviz \
|
||||||
help2man \
|
help2man \
|
||||||
|
@ -68,3 +69,4 @@ RUN /buildtools.sh
|
||||||
FROM base
|
FROM base
|
||||||
LABEL org.opencontainers.image.description="Toolchain for building TKey FPGA bitstream"
|
LABEL org.opencontainers.image.description="Toolchain for building TKey FPGA bitstream"
|
||||||
COPY --from=toolsbuilder /usr/local/ /usr/local
|
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