Skip to content

Commit

Permalink
Merge pull request #19 from remiolsen/dev
Browse files Browse the repository at this point in the history
Fix apt change release
  • Loading branch information
remiolsen authored Nov 16, 2021
2 parents 37551be + da2a798 commit 5caabeb
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 5caabeb

Please sign in to comment.