Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
rafal-gorecki committed Apr 10, 2024
1 parent 6a3e71b commit 4c030c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ RUN apt update && \
# Build stage
FROM node:16 as foxglove_build
WORKDIR /src
COPY . ./

RUN apt-get update && \
apt-get install -y git-lfs && \
git clone -b studio https://github.com/husarion/foxglove-docker . && \
git lfs pull

RUN corepack enable
RUN yarn install --immutable
Expand Down

0 comments on commit 4c030c4

Please sign in to comment.