Skip to content

Commit

Permalink
Sonar request to alphabetize the list on installed packages and remov…
Browse files Browse the repository at this point in the history
…e unused packages from poetry.lock
  • Loading branch information
mdsage1 committed Nov 15, 2024
1 parent bc7352d commit c2e3437
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/openchallenges/edam-etl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ RUN groupadd --gid "$USER_GID" "$USERNAME" \
# Install sudo
&& apt-get update -qq -y && export DEBIAN_FRONTEND=noninteractive \
&& apt-get install --no-install-recommends -qq -y \
gcc \
gosu \
libmariadb-dev \
gcc \
&& apt-get -y autoclean \
&& apt-get -y autoremove \
&& rm -rf /var/lib/apt/lists/*
Expand Down
12 changes: 1 addition & 11 deletions apps/openchallenges/edam-etl/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c2e3437

Please sign in to comment.