This commit is contained in:
Faraz Fallahi
2021-01-26 22:35:55 -05:00
parent eb8382d787
commit ce62fd9df4
3 changed files with 7 additions and 5 deletions

View File

@@ -1,5 +1,4 @@
FROM ubuntu:20.04
ENTRYPOINT ["/bin/bash"]
RUN \
export DEBIAN_FRONTEND=noninteractive && \
@@ -37,3 +36,4 @@ RUN \
exit 0
ENV PATH="${PATH}:/usr/local/Qt-5.15.2/bin"
ENTRYPOINT ["/bin/bash"]