Skip to content

Commit

Permalink
Fix: do not remove /tmp as a whole, just remove the contents
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed Jan 18, 2024
1 parent bf02a89 commit 3121693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ ADD https://www.oxygenxml.com/maven/com/oxygenxml/oxygen-patched-xerces/${XERCES
RUN apt-get purge -y aptitude apt-utils gdebi curl unzip wget apt-transport-https && \
apt-get autoremove -y && apt-get clean && \
rm ${DEB_FILE} nodesource_setup.sh && \
rm -r /tmp
rm -rf /tmp/*

# setup node app for rendering MEI files to SVG using Verovio Toolkit
WORKDIR /opt/docker-mei
Expand Down

0 comments on commit 3121693

Please sign in to comment.