no vereboose

This commit is contained in:
Jesse Bannon 2025-06-11 22:58:06 -07:00
parent 9a9b8dc588
commit ed2c630c1c

View file

@ -33,7 +33,6 @@ RUN mkdir -p /config && \
echo "installing phantomjs" && \
apk add --no-cache gcompat && \
cd /defaults && \
ls -lh && \
tar -xjvf phantomjs-2.1.1-linux-x86_64.tar.bz2 && \
mv /defaults/phantomjs-2.1.1-linux-x86_64/bin/phantomjs /usr/share/phantomjs && \
rm -rf /defaults/phantomjs-2.1.1-linux-x86_64 && \