Skip to content

Commit

Permalink
this?
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Jan 8, 2024
1 parent 73b3d3c commit cc3da23
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/docker-images/ubuntu-18-x64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ RUN apt-get update -qq \
ca-certificates \
&& apt-get clean

###############################################################################
# Add the longsleep/golang-backports PPA
RUN apt-get update && apt-get install -y software-properties-common && add-apt-repository ppa:longsleep/golang-backports && apt-get update

RUN apt-get install -y golang-go

###############################################################################
# Python/AWS CLI
Expand Down

0 comments on commit cc3da23

Please sign in to comment.