Skip to content

Commit

Permalink
Use python:3.12-slim-bookworm for the container
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Nov 28, 2024
1 parent a2736cf commit 6d5d835
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions container/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
FROM ubuntu:20.04
FROM python:3.12-slim-bookworm

## Get some karma ##
MAINTAINER Florian Briegel, [email protected]

# podman build --tag lvmtan --rm -f ./container/Dockerfile .

# podman run -ti --rm --name lvmtan -p 40000:40000 -p 5905:5900 -p 8095:6080 -e BASDARD_PORT=40000 -e BASDARD_CONFIG=lvm/lvm.moe-sim.conf -e BASDARD_UI=lvm/lvm.all.ui -e VNC_GEOM=860x900 -e LVM_DEBUG=yes -e LVM_ROOT=/root/lvm -v ~/lnsw/lvmtan:/root/lvm localhost/lvmtan



RUN apt-get update
RUN apt-get install -y locales

Expand Down

0 comments on commit 6d5d835

Please sign in to comment.