Added python3 dependency

pull/23/head
virtualzone 2022-08-14 15:36:01 +02:00
rodzic 6420c57ba2
commit dd095e6c0f
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -17,7 +17,7 @@ RUN apk --update add --no-cache \
RUN mkdir -p /opt/docker-stats/db
RUN apk --update add --no-cache --virtual .build-deps \
make python2 gcc g++ libc-dev && \
make python3 gcc g++ libc-dev && \
cd /opt/docker-stats && \
npm update && \
npm install express sqlite3 body-parser moment --build-from-source=sqlite3 && \