Skip to content

Commit

Permalink
Merge pull request #1041 from hackforla/mattyweb/issue1028
Browse files Browse the repository at this point in the history
Mattyweb/issue1028
  • Loading branch information
mattyweb authored Mar 24, 2021
2 parents 89fb1b7 + f07f532 commit e307ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/prefect/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ENV PYTHONDONTWRITEBYTECODE 1
ENV PYTHONUNBUFFERED 1

# Install gcc to build psutil wheel used by Dask
RUN apt-get update -y && apt-get install -y gcc
RUN apt-get update -y && apt-get install -y gcc && apt-get install -y curl

# download chrome
RUN curl -LO https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Expand Down

0 comments on commit e307ec4

Please sign in to comment.