Skip to content

Commit

Permalink
Merge pull request #26 from simar0at/fix-do-not-remove-tmp-as-a-whole
Browse files Browse the repository at this point in the history
fix: do not remove /tmp as a whole, just remove the contents
  • Loading branch information
musicEnfanthen authored Jan 20, 2024
2 parents bf02a89 + 3121693 commit a30f50c
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 a30f50c

Please sign in to comment.