Skip to content

Commit

Permalink
Merge pull request #207 from Targoman/illegal_instruction_bug_in_stor…
Browse files Browse the repository at this point in the history
…e_to_s3

convert docker source image tag from 1-build to 1
  • Loading branch information
kambizzandi authored Sep 5, 2022
2 parents b1ca4d0 + fa01999 commit 8a01b2d
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 8a01b2d

Please sign in to comment.