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