moriire commited on
Commit
d7399ee
·
verified ·
1 Parent(s): a8c94a8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  # Define the image argument and provide a default value
2
- ARG IMAGE=python:3-slim-bullseye
 
3
 
4
  # Use the image as specified
5
  FROM ${IMAGE}
 
1
  # Define the image argument and provide a default value
2
+ ARG IMAGE=ubuntu:latest
3
+ #python:3-slim-bullseye
4
 
5
  # Use the image as specified
6
  FROM ${IMAGE}