Commit 400ada75 authored by Mark Canterbury's avatar Mark Canterbury
Browse files

Removing change for a moment

parent 42d7254b
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -394,9 +394,11 @@
            <xs:enumeration value="fix3D"/>
        </xs:restriction>
    </xs:simpleType>
    <!--
    <xs:simpleType name="TestParameter">
        <xs:restriction base="xs:string">
            <xs:pattern value="[0-9]{32}"/>
        </xs:restriction>
    </xs:simpleType>
    -->
</xs:schema>
+2 −1
Original line number Diff line number Diff line
@@ -4,7 +4,8 @@
FROM python:3.11-slim-bullseye
RUN apt-get update -y && \
    apt-get install -y git && \
    rm -rf /var/lib/apt/lists/*
    rm -rf /var/lib/apt/lists/* && \
    pip install --no-cache-dir lxml xmlschema