Update Dockerfile
Browse files- 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)
|