mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 03:03:59 +00:00
Merge pull request #34416 from colemickens/colemickens-cifs-hyperkube
Automatic merge from submit-queue hyperkube image: add `cifs-utils` <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/kubernetes/blob/master/CONTRIBUTING.md and developer guide https://github.com/kubernetes/kubernetes/blob/master/docs/devel/development.md 2. If you want *faster* PR reviews, read how: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/faster_reviews.md 3. Follow the instructions for writing a release note: https://github.com/kubernetes/kubernetes/blob/master/docs/devel/pull-requests.md#release-notes --> **What this PR does / why we need it**: This adds `cifs-utils` to the hyperkube image. **Which issue this PR fixes**: fixes #34236 **Special notes for your reviewer**: none ```release-note Add `cifs-utils` to the hyperkube image. ```
This commit is contained in:
commit
2ec98e7667
@ -30,6 +30,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -y \
|
|||||||
git \
|
git \
|
||||||
nfs-common \
|
nfs-common \
|
||||||
glusterfs-client \
|
glusterfs-client \
|
||||||
|
cifs-utils \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get upgrade -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
|
&& DEBIAN_FRONTEND=noninteractive apt-get autoremove -y \
|
||||||
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
&& DEBIAN_FRONTEND=noninteractive apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
||||||
|
Loading…
Reference in New Issue
Block a user