Skip to content

Commit 94ac295

Browse files
author
Florian Treml
committed
adding apt-get update
1 parent f8b0048 commit 94ac295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:18.04
22

33
RUN apt-get update && apt-get -y install curl gnupg && curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get -y install nodejs
4-
RUN apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-utils ffmpeg
4+
RUN apt-get update && apt-get install -y dos2unix sox libsox-fmt-mp3 libttspico-utils ffmpeg
55

66
WORKDIR /app
77
COPY ./package.json /app/package.json

0 commit comments

Comments
 (0)