Skip to content

Commit e9bb072

Browse files
committed
up feelpp-libs
1 parent ba87530 commit e9bb072

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

feelpp-libs/Dockerfile-feelpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ RUN bash -c 'echo -e "# Source configuration for Feel++\nsource $HOME/feelpp.con
88
RUN bash -c 'echo CC=${CC} -- CXX=${CXX}'
99
RUN bash -c 'echo CMAKE_FLAGS=${CMAKE_FLAGS}'
1010
RUN bash -c 'echo CXXFLAGS=${CXXFLAGS}'
11-
RUN bash -c "source $HOME/feelpp.conf.sh && install_feelpp_libs ${BRANCH} ${BUILD_JOBS} ${CMAKE_FLAGS}"
11+
#RUN bash -c "source $HOME/feelpp.conf.sh && install_feelpp_libs ${BRANCH} ${BUILD_JOBS} ${CMAKE_FLAGS}"
1212

1313
COPY WELCOME.libs $HOME/WELCOME.libs
1414

15-
USER feelpp
15+
USER root
1616
#ENTRYPOINT ["/sbin/my_init","--quiet","--","sudo","-u","feelpp","/bin/sh","-c"]
17-
CMD ["/bin/bash"]
17+
CMD ["/usr/local/bin/start.sh"]

0 commit comments

Comments
 (0)