ar08 commited on
Commit
3cae24d
·
verified ·
1 Parent(s): dc750f2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR /app
14
  COPY ./ /app/
15
  # Update and install necessary packages
16
  RUN apt-get update && \
17
- apt-get install -y python3 python3-pip curl wget gnupg2 lsb-release nano && \
18
  apt-get clean
19
 
20
  # Install Python dependencies (assuming requirements.txt is in the same directory)
 
14
  COPY ./ /app/
15
  # Update and install necessary packages
16
  RUN apt-get update && \
17
+ apt-get install -y python3 python3-pip curl wget gnupg2 lsb-release nano virtualbox && \
18
  apt-get clean
19
 
20
  # Install Python dependencies (assuming requirements.txt is in the same directory)