Skip to content

Commit

Permalink
Change build image too.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstibrany committed Nov 3, 2023
1 parent af7337a commit 027335b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mimir-build-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN curl -sL https://deb.nodesource.com/setup_20.x | bash -
RUN apt-get install -y nodejs && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN npm install -g [email protected]
RUN echo "I was here!" > output.txt

ENV SHFMT_VERSION=3.2.4
RUN GOARCH=$(go env GOARCH) && \
Expand Down

0 comments on commit 027335b

Please sign in to comment.