Skip to content

Commit 5aa5ae2

Browse files
authored
Add description to image
1 parent b2798ed commit 5aa5ae2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
FROM condaforge/miniforge3
2+
LABEL org.opencontainers.image.description "A distrobox container image for the Spyder IDE!"
23

34
# Creating new environment according to environment.yml
45
WORKDIR /app
@@ -12,4 +13,4 @@ RUN /opt/conda/bin/conda init bash
1213
# Install packages
1314
RUN chmod +x packages.sh
1415
ARG DEBIAN_FRONTEND=noninteractive
15-
RUN ./packages.sh
16+
RUN ./packages.sh

0 commit comments

Comments
 (0)