Skip to content
Snippets Groups Projects
Commit 76c64d06 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

Dockerfile: add nasm

Change-Id: I974ae4c24739ebec58aeadb658bcb075fa9aa34c
parent a9754cd6
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
wget \
curl \
yasm \
nasm \
zip \
&& locale-gen $LANG $LC_ALL && update-locale $LANG $LC_ALL \
&& update-java-alternatives --set java-1.8.0-openjdk
......
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