Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 24, 2023
1 parent 76a6c45 commit b5f93e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
name: 'Docker Image'
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v3
with:
repository: ${{ needs.select_environment.outputs.repository }}
ref: ${{ needs.select_environment.outputs.ref }}
- name: Build Docker Image
id: build_docker_image
run: |
Expand Down
3 changes: 1 addition & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ RUN apt-get update && apt-get install -y apt-utils \
gdb \
bash-completion \
btop \
mlocate
&& rm -rf /var/lib/apt/lists/*
mlocate

RUN pip3 install numpy bpytop

Expand Down

0 comments on commit b5f93e8

Please sign in to comment.