Skip to content
Snippets Groups Projects
Commit 11f13965 authored by Alberto Nidasio's avatar Alberto Nidasio
Browse files

Updated a comment

parent b4ecb44f
Branches
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@ FROM ubuntu:20.04
ARG USERNAME="skywarder"
ARG USERPSW="tortellino"
# Uddate packages, install sudo, locale, make and openssh server
RUN apt update && apt install sudo locales make openssh-server -y
# Update and install packages
RUN apt update && apt install sudo locales git make openssh-server -y
# Fix locale
RUN sed -i '/en_US.UTF-8/s/^# //g' /etc/locale.gen && locale-gen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment