Skip to content
Snippets Groups Projects
Commit 87b7ad8f authored by Adrien Béraud's avatar Adrien Béraud Committed by Sébastien Blin
Browse files

docker: add nasm


Change-Id: Ic1e57ae2ab31d84b378be05cfb3344ad98e62080
Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
parent 5020d86d
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ RUN apt-get update && \ ...@@ -31,6 +31,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -31,6 +31,7 @@ RUN apt-get update && \ ...@@ -31,6 +31,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -27,6 +27,7 @@ RUN dnf upgrade -y && \ ...@@ -27,6 +27,7 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -27,6 +27,7 @@ RUN dnf upgrade -y && \ ...@@ -27,6 +27,7 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -31,6 +31,7 @@ RUN dnf upgrade -y && \ ...@@ -31,6 +31,7 @@ RUN dnf upgrade -y && \
libXext-devel \ libXext-devel \
libXfixes-devel \ libXfixes-devel \
yasm \ yasm \
nasm \
speex-devel \ speex-devel \
gsm-devel \ gsm-devel \
chrpath \ chrpath \
......
...@@ -31,6 +31,7 @@ RUN apt-get update && \ ...@@ -31,6 +31,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -31,6 +31,7 @@ RUN apt-get update && \ ...@@ -31,6 +31,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -32,6 +32,7 @@ RUN apt-get update && \ ...@@ -32,6 +32,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -32,6 +32,7 @@ RUN apt-get update && \ ...@@ -32,6 +32,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -32,6 +32,7 @@ RUN apt-get update && \ ...@@ -32,6 +32,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
...@@ -32,6 +32,7 @@ RUN apt-get update && \ ...@@ -32,6 +32,7 @@ RUN apt-get update && \
qttools5-dev \ qttools5-dev \
qttools5-dev-tools \ qttools5-dev-tools \
yasm \ yasm \
nasm \
autotools-dev \ autotools-dev \
gettext \ gettext \
libpulse-dev \ libpulse-dev \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment