Skip to content
Snippets Groups Projects
Verified Commit f5bff732 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[Docker] Remove unneed cleanup leftover from bower-based build

parent ca9e6211
No related branches found
No related tags found
No related merge requests found
Pipeline #292 passed
......@@ -55,8 +55,7 @@ RUN apt-get remove --purge -y \
apt-get clean -y; \
pip uninstall -y poetry; \
rm -f /var/lib/apt/lists/*_*; \
rm -rf /root/.cache; \
rm -rf /usr/local/lib/node_modules
rm -rf /root/.cache
# Declare a persistent volume for all data
VOLUME /var/lib/biscuit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment