Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hfmartinez committed Nov 30, 2023
1 parent 62f7ee6 commit 78bc6d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update -qqy && \
apt-get install -y software-properties-common vim && \
apt-get install curl

RUN apt install --no-install-recommends software-properties-common dirmngr && \
RUN apt install -y --no-install-recommends software-properties-common dirmngr && \
wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | sudo tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc && \
add-apt-repository "deb https://cloud.r-project.org/bin/linux/ubuntu $(lsb_release -cs)-cran40/" && \
apt-get update && \
Expand All @@ -32,4 +32,4 @@ RUN cd /home/jovyan/work && \
git submodule update --init --recursive && \
touch SOMOSPIE/modules/ipywe/ipywe/__init__.py

# To build for multiple architectures: docker buildx build --platform linux/amd64,linux/arm64 -t <docker user>/somospie:latest --push .
# To build for multiple architectures: docker buildx build --platform linux/amd64,linux/arm64 -t <docker user>/somospie:latest --push .

0 comments on commit 78bc6d0

Please sign in to comment.