This commit is contained in:
Faraz Fallahi
2020-05-26 23:43:56 -04:00
parent 992ecb2421
commit 5e39fe6279
3 changed files with 66 additions and 65 deletions

View File

@@ -1,6 +1,8 @@
FROM ubuntu:latest
ENTRYPOINT ["/bin/bash"]
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \
apt -y upgrade && \
apt -y install build-essential cmake gdb git iputils-ping nano perl python valgrind wget && \
@@ -20,4 +22,5 @@ make install && \
cd /opt && \
rm -rf qt-everywhere-opensource-src-5.9.0 && \
exit 0
ENV PATH="${PATH}:/usr/local/Qt-5.9.0/bin"

View File

@@ -2,6 +2,7 @@ FROM ubuntu:latest
ENTRYPOINT ["/bin/bash"]
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \
apt -y upgrade && \
apt -y install build-essential iputils-ping nano \
@@ -27,5 +28,3 @@ qmake --version && \
exit 0
ENV PATH="${PATH}:/opt/mxe/usr/bin"
# qt5 qtmultimedia

View File

@@ -2,6 +2,7 @@ FROM ubuntu:latest
ENTRYPOINT ["/bin/bash"]
RUN \
export DEBIAN_FRONTEND=noninteractive && \
apt -y update && \
apt -y upgrade && \
apt -y install build-essential iputils-ping nano \
@@ -27,5 +28,3 @@ qmake --version && \
exit 0
ENV PATH="${PATH}:/opt/mxe/usr/bin"
# qt5 qtmultimedia