badalsahani commited on
Commit
518e3ee
·
verified ·
1 Parent(s): b574d69

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -13
Dockerfile CHANGED
@@ -1,16 +1,3 @@
1
- # Stage 1: MariaDB
2
- FROM mariadb:latest AS mariadb
3
-
4
- WORKDIR /entrypoint-initdb.d
5
-
6
- COPY ./bhavcopy.tar.xz .
7
-
8
- RUN apt-get update && apt-get install -y \
9
- xz-utils \
10
- && rm -rf /var/lib/apt/lists/*
11
-
12
- RUN tar -xf bhavcopy.tar.xz
13
-
14
  # Stage 2: Python
15
  FROM python:3.11
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Stage 2: Python
2
  FROM python:3.11
3