Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Apr 7, 2024
1 parent 49a59c9 commit a8abe5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ RUN set -x && \
# define packages needed for installation and general management of the container:
TEMP_PACKAGES=() && \
KEPT_PACKAGES=() && \
# logging
KEPT_PACKAGES+=(gawk) && \
KEPT_PACKAGES+=(pv) && \
# a few KEPT_PACKAGES for debugging - they can be removed in the future
KEPT_PACKAGES+=(procps nano) && \
#
# define packages needed for noisecapt
KEPT_PACKAGES+=(jq) && \
Expand Down
Empty file.

0 comments on commit a8abe5d

Please sign in to comment.