1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-03 23:23:03 +00:00

Fix another error is Dockerfile_maiko for wsl1

This commit is contained in:
Frank Halasz
2025-06-03 19:19:08 -07:00
parent 59953c2629
commit 5d3639a905

View File

@@ -26,7 +26,7 @@ RUN cd ${INSTALL_LOCATION}/bin \
RUN cd ${INSTALL_LOCATION}/bin \
&& arch="$(./machinetype)" \
&& if [ "$arch" = "x86_64" ] || [ "$arch" = "aarch64" ]; then \
echo "echo #!/bin/sh" > osversion \
echo "#!/bin/sh" > osversion \
&& echo "echo wsl1" >> osversion \
&& ./makeright x cleanup \
&& ./makeright x \