fix(division_test): add bc dependency for division exercise

This commit is contained in:
Michele Sessa 2023-03-27 18:59:02 +01:00 committed by Michele
parent dcee131cf0
commit 0a849dd63b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ FROM docker.01-edu.org/debian:10.9-slim
RUN apt-get update
RUN apt-get -y install jq curl tree apt-utils
RUN apt-get -y install bc
WORKDIR /app/assets/superhero
RUN curl --remote-name --location https://demo.01-edu.org/assets/superhero/all.json