From 016d24770019ba4534e888fd4e87a3b46c3efa74 Mon Sep 17 00:00:00 2001
From: Danila Tretiakov <d.tretiakov@innopolis.university>
Date: Mon, 13 May 2024 21:35:43 +0300
Subject: [PATCH]  deploy test

---
 scans/Dockerfile         | 2 +-
 server/api/v1/Dockerfile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/scans/Dockerfile b/scans/Dockerfile
index b60fb49..92fbac3 100644
--- a/scans/Dockerfile
+++ b/scans/Dockerfile
@@ -11,7 +11,7 @@ RUN apt-get update && \
 
 COPY requirements.txt /app
 
-RUN pip3 install --no-cache-dir --trusted-host pypi.org -r requirements.txt
+RUN pip3 install --no-cache-dir -r requirements.txt
 
 
 COPY . /app
diff --git a/server/api/v1/Dockerfile b/server/api/v1/Dockerfile
index e588619..9f4b1a4 100644
--- a/server/api/v1/Dockerfile
+++ b/server/api/v1/Dockerfile
@@ -6,7 +6,7 @@ ENV PYTHONUNBUFFERED 1
 WORKDIR /app
 
 COPY requirements.txt /app
-RUN pip3 install --no-cache-dir --trusted-host pypi.org -r requirements.txt
+RUN pip3 install --no-cache-dir -r requirements.txt
 
 COPY . /app
 EXPOSE 8002
-- 
GitLab