File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
FROM bougyman/voidlinux as void
2
- RUN xbps-install -Syu git tar python nodejs-lts-10 base-devel
2
+ RUN xbps-install -Syu git tar python nodejs-lts base-devel
3
3
COPY app* package* .env.settings.sample .env.private.sample copySettingsAndPrivateFiles.js Procfile routes.js /app/
4
4
COPY bin /app/bin/
5
5
COPY caching /app/caching/
@@ -28,7 +28,7 @@ RUN npm i --production && \
28
28
FROM bougyman/voidlinux
29
29
WORKDIR /app/
30
30
COPY --from=builder /app/ /app/
31
- RUN xbps-install -Syu tar python nodejs-lts-10 && rm -rf /var/cache/xbps && \
31
+ RUN xbps-install -Syu tar python nodejs-lts && rm -rf /var/cache/xbps && \
32
32
ln -s /app/node_modules/ffprobe-static/bin/linux/x64/ffprobe /app/node_modules/@ffmpeg-installer/linux-x64/ffmpeg /usr/local/bin/
33
33
EXPOSE 8080
34
34
CMD ["npm" , "start" ]
You can’t perform that action at this time.
0 commit comments