Skip to content

Commit

Permalink
Add apt-get update command to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BanulaKumarage committed Feb 11, 2024
1 parent f746fb7 commit 6000770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM condaforge/mambaforge:23.3.1-0
# Set the working directory in the container
WORKDIR /app

RUN apt-get update
RUN apt-get install build-essential -y

# Install dependencies
Expand Down

0 comments on commit 6000770

Please sign in to comment.