This commit is contained in:
MeiK 2020-10-29 12:51:39 +08:00
parent f346e88c38
commit 8352bdecfd

View File

@ -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