Skip to content

Commit

Permalink
fix(integration-tests): fix git version not found
Browse files Browse the repository at this point in the history
GitOrigin-RevId: 958d1ba9ef7e16e6a7fee9cef2e12310972aea4e
  • Loading branch information
IcaroG authored and actions-user committed Oct 11, 2024
1 parent 79e980f commit c722b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/integration-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ COPY package*.json ./

# Install dependencies
RUN apt-get update && \
apt-get install -y --no-install-recommends git=2.93.3 && \
apt-get install -y --no-install-recommends git && \
npm install -g @plasmicapp/cli@latest create-plasmic-app@latest && \
yarn install && \
yarn cache clean && \
Expand Down

0 comments on commit c722b65

Please sign in to comment.