Skip to content

Commit

Permalink
Search: fix a typo in Dockerfil for GIT installation
Browse files Browse the repository at this point in the history
  • Loading branch information
YuraLukashik committed Oct 27, 2023
1 parent 4ca1634 commit eacdc8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM python:3.11.3-slim
ENV PYTHONUNBUFFERED True

# TO FETCH https://github.com/UpMortem/pinecone-python-client FOR TESTING
RUN apt update \
apt install git
RUN apt update &&\
apt install -y git

WORKDIR /app

Expand Down

0 comments on commit eacdc8d

Please sign in to comment.