diff Dockerfile @ 31:6f0b31ac587e

project setup and projects.bigasterisk.com deps
author drewp@bigasterisk.com
date Sat, 08 Jul 2023 21:53:36 -0700
parents c1eac229b355
children cb990883e52f
line wrap: on
line diff
--- a/Dockerfile	Sat Jul 08 21:52:55 2023 -0700
+++ b/Dockerfile	Sat Jul 08 21:53:36 2023 -0700
@@ -1,14 +1,4 @@
-FROM docker.io/ubuntu:jammy
-RUN apt-get update
-
-ENV TZ=America/Los_Angeles
-ENV LANG=en_US.UTF-8
-
-RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
-RUN DEBIAN_FRONTEND=noninteractive apt-get install -y tzdata
-
-RUN apt-get install -y python3-pip git curl
-RUN pip3 install pdm
+FROM bang5:5000/base_basic
 
 WORKDIR /opt