Skip to content

Commit

Permalink
Second attempt to fix builds
Browse files Browse the repository at this point in the history
Modify sources list *before* running update
  • Loading branch information
jesseshieh committed Jul 23, 2021
1 parent d123a21 commit 0445ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cedar-14.dockerfile
@@ -1,8 +1,8 @@
FROM heroku/cedar:14
MAINTAINER Akash Manohar

RUN apt-get update
RUN sed -i '/^deb http:\/\/apt\.postgresql\.org\/*/d' /etc/apt/sources.list
RUN apt-get update
RUN apt-get install -y curl wget ca-certificates
RUN apt-get install -y gcc g++
RUN apt-get install -y make automake autoconf
Expand Down

0 comments on commit 0445ff9

Please sign in to comment.