Skip to content

Commit

Permalink
Removing psutils from docker image build
Browse files Browse the repository at this point in the history
  • Loading branch information
marcleblanc2 committed Feb 20, 2024
1 parent c07050a commit f65e158
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion repo-converter/build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ RUN apt-get update && \
git \
git-svn \
python3 \
python3-dev \
python3-pip \
python3-wheel \
subversion \
Expand All @@ -32,6 +31,7 @@ RUN apt-get update && \
systemctl enable cron && \
systemctl start cron

# python3-dev \
# gcc \

# Download dependencies as a separate step to take advantage of Docker's caching
Expand Down
1 change: 0 additions & 1 deletion repo-converter/build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
psutil
PyYAML

0 comments on commit f65e158

Please sign in to comment.