diff --git a/api-gateway/Dockerfile b/api-gateway/Dockerfile index 1d2d451..8b96d82 100644 --- a/api-gateway/Dockerfile +++ b/api-gateway/Dockerfile @@ -8,7 +8,15 @@ COPY . . EXPOSE 3001 -RUN curl -fsSL https://get.docker.com -o get-docker.sh -RUN sh get-docker.sh +#RUN apt-get update +#RUN apt-get install ca-certificates curl +#RUN install -m 0755 -d /etc/apt/keyrings +#RUN curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc +#RUN chmod a+r /etc/apt/keyrings/docker.asc + +#RUN echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null +#RUN apt-get update + +#RUN apt-get install docker-ce=5:27.2.0-1~ubuntu.24.04~noble docker-ce-cli=5:27.2.0-1~ubuntu.24.04~noble containerd.io docker-buildx-plugin docker-compose-plugin CMD ./scripts/start.sh