Skip to content

Commit

Permalink
fix (JupyterHub): Fixed dns package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniochavesgarcia committed Nov 17, 2023
1 parent a97eca6 commit 55132b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyterhub/base-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gpg \
tini \
wget \
nslookup \
dnsutils \
&& \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
Expand Down

0 comments on commit 55132b9

Please sign in to comment.