Skip to content

Commit

Permalink
Merge pull request #1108 from okfn/upgrade_pkgs
Browse files Browse the repository at this point in the history
Upgrade pkgs
  • Loading branch information
avdata99 authored Nov 7, 2024
2 parents 1b6e7cc + b35b8a2 commit aaba84f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.10-buster
MAINTAINER Open Knowledge Foundation

WORKDIR /app
RUN apt-get update
RUN apt-get update -y && apt-get upgrade -y
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash
RUN apt-get install -y nginx
RUN apt-get install -y supervisor
Expand Down

0 comments on commit aaba84f

Please sign in to comment.