Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
artv3 committed Aug 2, 2024
1 parent 4ddb935 commit 0257a2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tutorial-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
with:
submodules: 'recursive'

- name: Set up CMake
run: |
sudo apt-get update
sudo apt-get install cmake
cmake --version
- name: Log into registry ${{ env.REGISTRY }}
if: github.event_name != 'pull_request'
uses: docker/login-action@28218f9b04b4f3f62068d7b6ce6ca5b26e35336c
Expand Down
1 change: 1 addition & 0 deletions containers/tutorial/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ ARG USER=rajadev
ENV HOME /home/${USER}

RUN apt-get update && apt-get install -y supervisor
RUN apt-get install cmake
RUN useradd --create-home --shell /bin/bash ${USER}

WORKDIR /opt/archives
Expand Down

0 comments on commit 0257a2f

Please sign in to comment.