fix: typo

!251
This commit is contained in:
2024-04-24 10:24:05 +09:30
parent 838112adc4
commit 25146e7586

View File

@ -112,7 +112,7 @@ RUN apt update; \
python3* \ python3* \
libpython3*; \ libpython3*; \
helm plugin install https://github.com/databus23/helm-diff; \ helm plugin install https://github.com/databus23/helm-diff; \
&& rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*
WORKDIR /workdir WORKDIR /workdir