Skip to content

Commit

Permalink
add 1 back
Browse files Browse the repository at this point in the history
  • Loading branch information
eastandwestwind committed Jul 16, 2024
1 parent 48ec80e commit d235d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN python3 -m venv /opt/fides
ENV PATH="/opt/fides/bin:${PATH}"

# Install Python Dependencies
RUN pip --no-cache-dir --disable-pip-version-check --upgrade pip setuptools wheel
RUN pip --no-cache-dir --disable-pip-version-check install --upgrade pip setuptools wheel

COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
Expand Down

0 comments on commit d235d89

Please sign in to comment.