From 14faa10166e8ff21a446eef5768572fa3bcf8c09 Mon Sep 17 00:00:00 2001 From: Martin Hutchinson Date: Wed, 17 Jan 2024 09:37:44 +0000 Subject: [PATCH] Fixed breakages --- integration/Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/integration/Dockerfile b/integration/Dockerfile index 91459419..3cb2acb7 100644 --- a/integration/Dockerfile +++ b/integration/Dockerfile @@ -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