Skip to content

Commit

Permalink
test update to redis-server update
Browse files Browse the repository at this point in the history
  • Loading branch information
dbsmith88 committed Mar 4, 2024
1 parent d1fa113 commit 23c6596
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apk upgrade --available

RUN apk add wget bzip2 ca-certificates \
py3-pip make sqlite gfortran git \
mercurial subversion gdal geos
mercurial subversion gdal geos redis
RUN apk upgrade --available

ARG CONDA_ENV="pyenv"
Expand All @@ -30,7 +30,6 @@ COPY . /src/
USER root
RUN chmod 755 /src/start_flask.sh
COPY uwsgi.ini /etc/uwsgi/uwsgi.ini
RUN apk --update add redis

WORKDIR /src
EXPOSE 8080
Expand Down

0 comments on commit 23c6596

Please sign in to comment.