mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 04:11:26 +00:00
👕 Fixes hadolint warning
This commit is contained in:
parent
f79d138490
commit
df78fa5dc5
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ RUN \
|
|||
\
|
||||
&& rm -fr \
|
||||
/tmp/* \
|
||||
/var/lib/apt/* \
|
||||
/var/{cache,log}/*
|
||||
/var/{cache,log}/* \
|
||||
/var/lib/apt/lists/*
|
||||
|
||||
# Entrypoint & CMD
|
||||
ENTRYPOINT [ "/init" ]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue