Skip to content
Snippets Groups Projects
Commit af4a8d0d authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

fix install desktop

parent 6c432f0b
No related branches found
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata ...@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN apt upgrade -y RUN apt upgrade -y
RUN apt install -y software-properties-common RUN apt install -y software-properties-common
RUN add-apt-repository -y ppa:longsleep/golang-backports RUN add-apt-repository -y ppa:longsleep/golang-backports
RUN apt install -y golang-$GO_VER git libgmp-dev bc curl wget jq ubuntu-desktop-minimal RUN DEBIAN_FRONTEND=noninteractive apt install -y golang-$GO_VER git libgmp-dev bc curl wget jq ubuntu-desktop-minimal
RUN ln -s /usr/lib/go-$GO_VER/bin/go /usr/bin/go RUN ln -s /usr/lib/go-$GO_VER/bin/go /usr/bin/go
RUN ln -s /usr/lib/go-$GO_VER/bin/gofmt /usr/bin/gofmt RUN ln -s /usr/lib/go-$GO_VER/bin/gofmt /usr/bin/gofmt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment