Skip to content

Commit

Permalink
feat: Add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
kroese authored Jan 14, 2024
1 parent d3ff2e1 commit a551364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG DEBCONF_NONINTERACTIVE_SEEN "true"

RUN apt-get update \
&& apt-get --no-install-recommends -y install \
curl \
novnc \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit a551364

Please sign in to comment.