chroe: remove cache file and print statements

This commit is contained in:
Arthur Khachaturov 2024-11-26 15:11:29 +03:00
parent 94f58c1857
commit 495009e270
No known key found for this signature in database
GPG key ID: CAC2B7EB6DF45D55
3 changed files with 21 additions and 35 deletions

View file

@ -24,7 +24,6 @@ RUN xvfb-run -a winetricks -q mfc42 && \
wine regedit $WINEPREFIX/drive_c/registry.reg && \
apt remove -y --autoremove --purge xvfb winetricks && \
apt-get clean && rm -rf /var/lib/apt/lists/* && \
ln -sf /cache $WINEPREFIX/drive_c/cache && \
mkdir /tmpfs && ln -sf /tmpfs $WINEPREFIX/drive_c/tmpfs && \
echo "Sleeping for 15 seconds" && sleep 15