Skip to content

Commit

Permalink
trying again, cant build locally because not on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
rabellino-noaa committed Jul 10, 2024
1 parent 9941710 commit e49e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/python-sci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ RUN conda config --set solver classic && \
flask==2.3.2 \
gunicorn==22.0.0 \
python-logging-rabbitmq==2.0.0 \
stdlib==1.22.4 \
&& conda clean -y --all

# Get the latest package updates to keep security vulnerabilities down
RUN apk update && apk upgrade
RUN conda update stdlib

# Install idsse common python code
WORKDIR /python/idsse_common
Expand Down

0 comments on commit e49e63d

Please sign in to comment.