Pendrokar commited on
Commit
e5bac95
β€’
1 Parent(s): 6795aa8

Dockerfile: apt-get install build-base

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
 
3
  FROM python:3.10
4
 
5
- RUN apt-get install build-essential
6
 
7
  WORKDIR /code
8
 
 
2
 
3
  FROM python:3.10
4
 
5
+ RUN apt-get install build-base
6
 
7
  WORKDIR /code
8