Skip to content

Commit

Permalink
Fix SDK base container build
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Sep 14, 2023
1 parent be31799 commit 22d52cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/sdk-build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ jobs:
images: |
ghcr.io/${{ github.repository }}
- name: Generate version.txt
run: |
pip install conan==1.60.2
conan export .
- name: "Build image"
id: image_build
uses: docker/[email protected]
Expand Down
3 changes: 2 additions & 1 deletion sdk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,5 @@ COPY . /sdk
RUN --mount=type=cache,target=/root/.conan

RUN cd /sdk && \
./install_dependencies.sh -r --build-all-deps
./install_dependencies.sh -r --build-all-deps && \
cd / && rm -rf /sdk

0 comments on commit 22d52cc

Please sign in to comment.