We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbc0668 commit 4095a52Copy full SHA for 4095a52
Dockerfile
@@ -1,6 +1,9 @@
1
# Use an official Python runtime as a parent image
2
FROM python:3.11-slim
3
4
+# Install build tools
5
+RUN apt-get update && apt-get install -y build-essential python3-dev
6
+
7
# Copy the Python scripts and the entrypoint script into the container
8
COPY drawio2clab.py /app/
9
COPY clab2drawio.py /app/
0 commit comments