Skip to content

Commit a93ccfa

Browse files
committed
forgot to restore software-properties-common
1 parent fbd973b commit a93ccfa

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.github/docker-images/ubuntu-18-x64/Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ RUN cd /tmp \
4646
&& ln -sf /usr/local/bin/python3.10 /usr/bin/python3 \
4747
&& /usr/local/bin/python3.10 --version
4848

49-
# Add Go PPA and install
50-
RUN add-apt-repository -y ppa:longsleep/golang-backports \
51-
&& apt-get update \
52-
&& apt-get -y install golang-go \
49+
# Install Go from default Ubuntu repository
50+
RUN apt-get update \
51+
&& apt-get -y install \
52+
software-properties-common \
53+
golang-go \
5354
&& apt-get clean \
5455
&& rm -rf /var/lib/apt/lists/*
5556

0 commit comments

Comments
 (0)