Skip to content

Commit

Permalink
Arm support for ruamel.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
FloSch62 committed Oct 18, 2024
1 parent cbc0668 commit 4095a52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Use an official Python runtime as a parent image
FROM python:3.11-slim

# Install build tools
RUN apt-get update && apt-get install -y build-essential python3-dev

# Copy the Python scripts and the entrypoint script into the container
COPY drawio2clab.py /app/
COPY clab2drawio.py /app/
Expand Down

0 comments on commit 4095a52

Please sign in to comment.