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