Lazar Radojevic commited on
Commit
b095847
·
1 Parent(s): 750ea58

try another dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -4
Dockerfile CHANGED
@@ -1,10 +1,8 @@
1
  # Use the official Docker image with Docker and Docker Compose
2
- FROM docker:latest
3
 
4
  # Install Docker Compose
5
- RUN apk add --no-cache \
6
- py3-pip \
7
- && pip install docker-compose
8
 
9
  # Set the working directory to /app
10
  WORKDIR /app
 
1
  # Use the official Docker image with Docker and Docker Compose
2
+ FROM python:3.10-slim docker:latest
3
 
4
  # Install Docker Compose
5
+ RUN pip install docker-compose
 
 
6
 
7
  # Set the working directory to /app
8
  WORKDIR /app