Skip to content

Commit

Permalink
⏪ Revert git install
Browse files Browse the repository at this point in the history
  • Loading branch information
ff137 committed May 9, 2024
1 parent 18d4e95 commit d41d3e7
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 15 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/endorser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ COPY shared /shared

WORKDIR /endorser

RUN apt-get -y update
RUN apt-get -y install git

RUN pip install --no-cache-dir -r requirements.txt -r requirements.dev.txt --upgrade

EXPOSE 3009
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/fastapi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ COPY shared /shared

WORKDIR /app

RUN apt-get -y update
RUN apt-get -y install git

RUN pip install --no-cache-dir -r requirements.txt --upgrade

EXPOSE 8000
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM python:3.12-slim

WORKDIR /tests

RUN apt-get -y update
RUN apt-get -y install git

COPY requirements.dev.txt .
COPY requirements.txt .
COPY app/requirements.txt app/
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/trustregistry/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ COPY shared /shared

WORKDIR /trustregistry

RUN apt-get -y update
RUN apt-get -y install git

RUN pip install --no-cache-dir -r requirements.txt --upgrade

EXPOSE 8001
Expand Down
3 changes: 0 additions & 3 deletions dockerfiles/webhooks/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ COPY shared /shared

WORKDIR /webhooks

RUN apt-get -y update
RUN apt-get -y install git

RUN pip install --no-cache-dir -r requirements.txt --upgrade

EXPOSE 3010
Expand Down

0 comments on commit d41d3e7

Please sign in to comment.