Update Dockerfile.ubuntu

This commit is contained in:
Muhammad Atif Ali 2024-01-16 17:58:48 +03:00 committed by GitHub
parent c8266a5764
commit dc2d3d90b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ RUN apt-get update && \
# Enables Docker starting with systemd
RUN systemctl enable docker
# Create a symlink for standalone docker-compsoe usage
# Create a symlink for standalone docker-compose usage
RUN ln -s /usr/libexec/docker/cli-plugins/docker-compose /usr/bin/docker-compose
# Make typing unicode characters in the terminal work.