RandomPersonRR commited on
Commit
9bc18c5
·
verified ·
1 Parent(s): f0fd786

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -22,7 +22,7 @@ RUN git clone https://github.com/mstorsjo/fdk-aac.git /tmp/fdk-aac && \
22
  cd /tmp/fdk-aac && \
23
  autoreconf -fiv && \
24
  ./configure --prefix=/usr/local --disable-shared --enable-static && \
25
- make -j8 && make install
26
 
27
  # Build and install fdkaac locally
28
  RUN git clone https://github.com/nu774/fdkaac.git /tmp/fdkaac && \
 
22
  cd /tmp/fdk-aac && \
23
  autoreconf -fiv && \
24
  ./configure --prefix=/usr/local --disable-shared --enable-static && \
25
+ make && make install
26
 
27
  # Build and install fdkaac locally
28
  RUN git clone https://github.com/nu774/fdkaac.git /tmp/fdkaac && \