Skip to content

Commit

Permalink
Merge pull request #6965 from planetscale/dk-fix-curl-in-lite
Browse files Browse the repository at this point in the history
Adding curl as dependency
  • Loading branch information
deepthi authored Oct 29, 2020
2 parents a29eee3 + 73cb0cf commit b8ca49c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/k8s/vttablet/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ FROM debian:buster-slim
# TODO: remove when https://github.com/vitessio/vitess/issues/3553 is fixed
RUN apt-get update && \
apt-get upgrade -qq && \
apt-get install wget default-mysql-client jq -qq --no-install-recommends && \
apt-get install wget default-mysql-client jq curl -qq --no-install-recommends && \
apt-get autoremove && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions docker/lite/install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ BASE_PACKAGES=(
strace
sysstat
wget
curl
)

apt-get update
Expand Down

0 comments on commit b8ca49c

Please sign in to comment.