Skip to content

Commit

Permalink
remove more preinstalled things from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Apr 7, 2024
1 parent a8abe5d commit 01ef0bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ RUN set -x && \
#
# define packages needed for noisecapt
KEPT_PACKAGES+=(jq) && \
KEPT_PACKAGES+=(bc) && \
KEPT_PACKAGES+=(lighttpd) && \
KEPT_PACKAGES+=(iputils-ping) && \
KEPT_PACKAGES+=(alsa-utils) && \
KEPT_PACKAGES+=(sox) && \
#
Expand Down

0 comments on commit 01ef0bf

Please sign in to comment.