Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Removed dup entry in file
  • Loading branch information
wickedyoda committed Aug 15, 2024
1 parent 747d4e7 commit 8615890
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,6 @@ RUN pip3 install -r requirements.txt --verbose
# Install SASS via gem
RUN gem install sass --verbose

# Install Python modules
RUN pip3 install wheel --verbose
RUN pip3 install -r requirements.txt --verbose

# Clean up build dependencies
RUN apk del --purge build-dependencies && \
rm -rf /root/.cache /tmp/*
Expand Down

0 comments on commit 8615890

Please sign in to comment.