Skip to content

Commit 4095a52

Browse files
committed
Arm support for ruamel.yaml
1 parent cbc0668 commit 4095a52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Use an official Python runtime as a parent image
22
FROM python:3.11-slim
33

4+
# Install build tools
5+
RUN apt-get update && apt-get install -y build-essential python3-dev
6+
47
# Copy the Python scripts and the entrypoint script into the container
58
COPY drawio2clab.py /app/
69
COPY clab2drawio.py /app/

0 commit comments

Comments
 (0)