Audio crash fixes
This commit is contained in:
@@ -22,9 +22,13 @@ RUN apk add --no-cache \
|
||||
|
||||
# Download and extract Weatherscan music
|
||||
RUN mkdir -p /music && \
|
||||
echo "Downloading Weatherscan music..." && \
|
||||
wget -O /tmp/weatherscan.zip "https://archive.org/compress/weatherscancompletecollection/formats=OGG%20VORBIS&file=/weatherscancompletecollection.zip" && \
|
||||
echo "Extracting OGG files..." && \
|
||||
unzip -j /tmp/weatherscan.zip "*.ogg" -d /music && \
|
||||
rm /tmp/weatherscan.zip
|
||||
echo "Music files extracted: $(ls -1 /music/*.ogg | wc -l) files" && \
|
||||
rm /tmp/weatherscan.zip && \
|
||||
echo "Weatherscan music setup complete!"
|
||||
|
||||
# Set Puppeteer to use installed Chromium
|
||||
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
|
||||
|
||||
Reference in New Issue
Block a user