Skip to content

Commit

Permalink
Add dnsutils to debug error: e nable to resolve COLLECTOR_HOST (red-c…
Browse files Browse the repository at this point in the history
…ondor1.unl.edu)
  • Loading branch information
oshadura committed Nov 24, 2023
1 parent f3accd0 commit 949af03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ENV PATH "/opt/conda/bin/:$PATH"
# features (e.g., download as all possible file formats)
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
dnsutils \
tini \
wget \
ca-certificates \
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile.cc-base-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ ENV BEARER_TOKEN_FILE $BEARER_TOKEN_FILE
# features (e.g., download as all possible file formats)
RUN apt-get update --yes && \
apt-get install --yes --no-install-recommends \
dnsutils \
tini \
wget \
ca-certificates \
Expand Down

0 comments on commit 949af03

Please sign in to comment.