removed docker related files

This commit is contained in:
2025-10-26 13:50:59 +01:00
parent 97ab59a424
commit 161ce02042
2 changed files with 0 additions and 8 deletions

View File

@@ -1 +0,0 @@
**

View File

@@ -1,7 +0,0 @@
FROM rust:slim
WORKDIR /opt/rust
RUN apt update \
&& apt-get -y upgrade \
&& apt-get -y install libssl-dev pkg-config