Skip to content

Commit

Permalink
Fixed breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
mhutchinson committed Jan 17, 2024
1 parent c27b718 commit 14faa10
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions integration/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ RUN mkdir protoc && \
)

# Tamago bits
RUN apt-get -y install binutils-arm-none-eabi build-essential make u-boot-tools && \
apt-get -y install -t buster-backports fuse fuse2fs
RUN curl -sfL https://github.com/usbarmory/tamago-go/releases/download/tamago-go1.21.6/tamago-go1.21.6.linux-amd64.tar.gz | tar -xzf - -C /
RUN apt-get -y install binutils-arm-none-eabi build-essential make u-boot-tools fuse fuse2fs
RUN curl -sfL https://github.com/usbarmory/tamago-go/releases/download/tamago-go1.21.5/tamago-go1.21.5.linux-amd64.tar.gz | tar -xzf - -C /
ENV TAMAGO=/usr/local/tamago-go/bin/go

ENV GOPATH /go
Expand Down

0 comments on commit 14faa10

Please sign in to comment.