Browse Source
Merge pull request #24 from zhaowenlan1779/dumper-fix-5411
linux-fresh: Add libavfilter-dev
master
liushuyu
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
linux-fresh/Dockerfile
|
|
@ -1,4 +1,4 @@ |
|
|
FROM ubuntu:18.04 |
|
|
FROM ubuntu:18.04 |
|
|
LABEL maintainer="citraemu" |
|
|
LABEL maintainer="citraemu" |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get update && apt-get -y full-upgrade |
|
|
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build |
|
|
|
|
|
|
|
|
RUN apt-get install -y p7zip-full build-essential libsdl2-dev qtbase5-dev libqt5opengl5-dev qtmultimedia5-dev qttools5-dev qttools5-dev-tools libavcodec-dev libavfilter-dev libavformat-dev libswscale-dev wget git ccache cmake ninja-build |