We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b0285 commit d0b6300Copy full SHA for d0b6300
frontend/Dockerfile
@@ -1,6 +1,6 @@
1
FROM ubuntu:18.04
2
3
-RUN apt-get update && apt-get -y install curl gnupg bc && curl -sL https://deb.nodesource.com/setup_20.x | bash - && apt-get -y install nodejs
+RUN apt-get update && apt-get -y install curl gnupg bc && curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get -y install nodejs
4
RUN apt-get update && apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-utils ffmpeg
5
6
WORKDIR /app
0 commit comments