Browse Source

dockerfile linker fix

0.1
Pedro Berrocal 5 years ago
parent
commit
4635af8815
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      dockerfile

+ 2
- 2
dockerfile View File

@ -11,7 +11,7 @@ RUN apt-get install -qq wget unzip build-essential cmake gcc libcunit1-dev libud
ADD src/ /
RUN c++ -o server Printer.o Server.o -lIce++11 -pthread
RUN c++ -o server Printer.o Server.o -lIce++11 -pthread
RUN c++ -I. -DICE_CPP11_MAPPING -c Printer.cpp Server.cpp -std=c++11 -pthread
RUN c++ -o server Printer.o Server.o -lIce++11 -pthread -std=c++11
CMD /server

Loading…
Cancel
Save