Skip to content

Commit

Permalink
docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Nov 23, 2023
1 parent 76a6c45 commit 3fe98bc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
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
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN apt-get update && apt-get install -y apt-utils \
gdb \
bash-completion \
btop \
mlocate
mlocate \
&& rm -rf /var/lib/apt/lists/*

RUN pip3 install numpy bpytop
Expand Down

0 comments on commit 3fe98bc

Please sign in to comment.