Improve shell use of Docker images

This commit is contained in:
TheAssassin
2019-09-28 03:47:24 +02:00
parent 543078c11e
commit f97d1e9a01
2 changed files with 3 additions and 0 deletions

View File

@@ -20,3 +20,5 @@ RUN yum install -y gcc-c++ && \
make install && \
popd && \
rm -r patchelf/
CMD ["bash"]

View File

@@ -41,3 +41,4 @@ RUN yum install -y gcc-c++ && \
popd && \
rm -r patchelf/
CMD ["bash"]