1
0
Fork 0

[ docker ] forgotten separators

This commit is contained in:
Unknown 2022-05-22 11:00:33 +02:00
parent be1aa66a23
commit dfd3c0aa91
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ FROM debian:latest
# prepare system
RUN apt-get update && apt-get -y install bash \
rsync vim screen git make automake \
rsync vim screen git make automake
# [*] source build tools

View File

@ -9,7 +9,7 @@ FROM debian:latest
# prepare system
RUN apt-get update && apt-get -y install bash \
rsync vim screen git make automake \
rsync vim screen git make automake
# [*] source build tools