diff --git a/Dockerfile b/Dockerfile index 2f2e842..6ce1614 100644 --- a/Dockerfile +++ b/Dockerfile @@ -38,7 +38,7 @@ RUN curl -sL https://deb.nodesource.com/setup_14.x | bash - && \ # install go RUN add-apt-repository ppa:longsleep/golang-backports && \ - apt install golang-go + apt install -y golang-go # TODO: install other languages