Skip to content

Commit

Permalink
convert docker source image tag from 1-build to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kambizzandi committed Sep 5, 2022
1 parent 14f1920 commit fa01999
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docker/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ RUN qmake-qt5 QJsonRPC=0 CONFIG+=debug GIT_VERSION=$TAG && make -j 4
FROM targoman/api-devel:1 as builder-mt
COPY ./MT/ .
RUN qmake-qt5 QJsonRPC=0 CONFIG+=debug GIT_VERSION=$TAG && make -j 4 && rm -rf out/build out/submodules/ out/unitTest out/test
FROM targoman/api-devel:1-build
#FROM targoman/api-devel:1-build
FROM targoman/api-devel:1


###RUN zypper ar --no-gpgcheck https://download.opensuse.org/repositories/home:/targoman/15.3/home:targoman.repo
Expand Down

0 comments on commit fa01999

Please sign in to comment.