Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamtbsilva authored Oct 22, 2024
1 parent ce36ef3 commit 50ce5f1
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
FROM debian:bookworm-slim
FROM r-base:4.1.0
MAINTAINER Disease Transcriptomics Lab <imm-nmorais@medicina.ulisboa.pt>

# Use a pre-configured debian base image that supports merged-/usr
FROM debian:bookworm-slim

# Continue with your installation and upgrade steps

RUN apt-get update && apt-get -y upgrade && apt-get -y autoremove

RUN apt-get install -y curl
RUN apt-get install -y libcurl4-openssl-dev
RUN apt-get install -y libssl-dev
Expand Down

0 comments on commit 50ce5f1

Please sign in to comment.