networking/wireguard_container (#5)
Add container with wireguard config, improve general setup with poetry Reviewed-on: https://gitea.pstruebi.xyz/auracaster/bumble-auracast/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
# TODO: investigate using -alpine in the future
|
||||
FROM python:3.11
|
||||
|
||||
# Install system dependencies and poetry
|
||||
RUN apt-get update && apt-get install -y \
|
||||
iputils-ping \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY ./pyproject.toml .
|
||||
|
||||
Reference in New Issue
Block a user