diff --git a/docker/Dockerfile b/docker/Dockerfile index f75aae65..8fd14144 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -61,7 +61,7 @@ RUN mkdir git && cd git \ # && git clone https://github.com/dosemu2/comcom64.git \ # && git clone https://github.com/dosemu2/dosemu2.git -RUN cd nasm-segelf && ./configure && make && make install +RUN cd git/nasm-segelf && ./configure && make && make install RUN cd thunk_gen && ./configure && meson compile --verbose -C build && meson install -C build