fix: add extra hosts

This commit is contained in:
mco-system
2023-04-23 17:57:37 +11:00
parent ecb2df60f4
commit a1d95603a0
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
ARG PRETALX_HOSTS_ENTRY
FROM python:3.9.16-bullseye as thsf_base
RUN apt-get update -y && \
apt-get install -y bash make python3-pip && \