Update Dockerfile
Browse files- 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
|
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 && \
|