Skip to content

Commit

Permalink
fix: Dockerfile syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ftabaro committed May 16, 2024
1 parent 198cbd0 commit beb9490
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 @@ -184,5 +184,5 @@ RUN mamba env create --prefix /conda-envs/346c7adef34200145d01dda184ac25b8 --fil
mamba env create --prefix /conda-envs/b93daf96b2454232db6380819bb61725 --file /conda-envs/b93daf96b2454232db6380819bb61725/environment.yaml && \
mamba env create --prefix /conda-envs/2473cc7cad71f946585d67bc0fc276d6 --file /conda-envs/2473cc7cad71f946585d67bc0fc276d6/environment.yaml && \
mamba env create --prefix /conda-envs/3674dd77e0957c12c05158a88113106a --file /conda-envs/3674dd77e0957c12c05158a88113106a/environment.yaml && \
mamba clean --all -y \
mamba clean --all -y && \
update-ca-certificates

0 comments on commit beb9490

Please sign in to comment.