Skip to content

Commit

Permalink
- Comment out sources,list
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Dec 5, 2024
1 parent 1ea6dd7 commit 581f050
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tdrs-backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV DJANGO_SETTINGS_MODULE=tdpservice.settings.local
ENV DJANGO_CONFIGURATION=Local
# Allows docker to cache installed dependencies between builds
COPY Pipfile Pipfile.lock /tdpapp/
COPY sources.list /etc/apt/sources.list
# COPY sources.list /etc/apt/sources.list
WORKDIR /tdpapp/
# Download latest listing of available packages:
RUN apt-get -y update
Expand Down

0 comments on commit 581f050

Please sign in to comment.