Skip to content

Commit

Permalink
fix: missing \
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Nov 1, 2024
1 parent 6440c8e commit a2e765b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dotnet-runtime/Dockerfile.22.04
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN chisel-wrapper --generate-dpkg-status /status -- --release "ubuntu-$UBUNTU_R
base-files_release-info \
ca-certificates_data \
dotnet-runtime-6.0_libs \
base-files_chisel
base-files_chisel \
&& mkdir -p /rootfs/usr/bin \
&& ln -s /usr/lib/dotnet/dotnet /rootfs/usr/bin/

Expand Down

0 comments on commit a2e765b

Please sign in to comment.