mihirjadhav commited on
Commit
224a139
·
verified ·
1 Parent(s): 8ee64bf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM python:3.9
3
 
4
  # Install essential compilers and build tools
5
- RUN apk update && apk add build-base g++ gcc gfortran
6
 
7
  WORKDIR /app
8
 
 
2
  FROM python:3.9
3
 
4
  # Install essential compilers and build tools
5
+ RUN apt-get update && apt-get install -y build-base g++ gcc gfortran
6
 
7
  WORKDIR /app
8