Skip to content

Commit

Permalink
Update Dockerfile to include maintainer
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulooh007 committed Sep 30, 2023
1 parent 1a9937c commit cbc82ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
FROM continuumio/miniconda3

MAINTAINER Gilles Bodart <[email protected]>

# Install build-essential (compiler and development tools)
RUN apt-get update && \
apt-get install -y build-essential && \
Expand Down

0 comments on commit cbc82ed

Please sign in to comment.