Skip to content

Commit

Permalink
Ensure base image is upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
avdata99 committed Jul 2, 2024
1 parent 3b61019 commit b35b8a2
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 b35b8a2

Please sign in to comment.