Skip to content

Commit

Permalink
Fix apt cahnge realease
Browse files Browse the repository at this point in the history
  • Loading branch information
remiolsen committed Nov 16, 2021
1 parent f6510c6 commit da2a798
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 @@ -4,7 +4,7 @@ LABEL author="Remi-Andre Olsen" \
description="Anglerfish" \
maintainer="[email protected]"

RUN apt-get update && apt-get install -y build-essential bash
RUN apt-get update --allow-releaseinfo-change && apt-get install -y build-essential bash
COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a

Expand Down

0 comments on commit da2a798

Please sign in to comment.