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 11FROM bougyman/voidlinux as void
2- RUN xbps-install -Syu git tar python nodejs-lts-10 base-devel
2+ RUN xbps-install -Syu xbps git tar python nodejs-lts base-devel
33COPY app* package* .env.settings.sample .env.private.sample copySettingsAndPrivateFiles.js Procfile routes.js /app/
44COPY bin /app/bin/
55COPY caching /app/caching/
@@ -28,7 +28,7 @@ RUN npm i --production && \
2828FROM bougyman/voidlinux
2929WORKDIR /app/
3030COPY --from=builder /app/ /app/
31- RUN xbps-install -Syu tar python nodejs-lts-10 && rm -rf /var/cache/xbps && \
31+ RUN xbps-install -Syu xbps tar python nodejs-lts && rm -rf /var/cache/xbps && \
3232 ln -s /app/node_modules/ffprobe-static/bin/linux/x64/ffprobe /app/node_modules/@ffmpeg-installer/linux-x64/ffmpeg /usr/local/bin/
3333EXPOSE 8080
3434CMD ["npm" , "start" ]
You can’t perform that action at this time.
0 commit comments