1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-11 23:43:19 +00:00

One more typo in Dockerfile_maiko

This commit is contained in:
Frank Halasz 2025-06-03 23:31:46 -07:00
parent b029b98fca
commit 5dc9233aef

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 \
mv osversion oserversion.hold \
mv osversion osversion.hold \
&& echo "#!/bin/sh" > osversion \
&& echo "echo wsl1" >> osversion \
&& chmod ugo+x osversion \