Skip to content

Commit dc03027

Browse files
committed
test
1 parent ab97867 commit dc03027

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ WORKDIR /usr/src/app
1010
COPY package.json yarn.lock .yarnrc.yml .pnp.cjs ./
1111
COPY .yarn ./.yarn
1212

13+
RUN apt-get update && apt-get install -y git
14+
1315
# Install production dependencies. & update service-registry to main
1416
RUN --mount=type=ssh yarn install --immutable && yarn up "service-registry@git+ssh://[email protected]:getsentry/service-registry#main"
1517

0 commit comments

Comments
 (0)