Skip to content

Commit

Permalink
Docker img: Add maintainer labels.
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosperate committed Dec 18, 2021
1 parent 43ca92f commit 4b46212
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
FROM ubuntu:focal

LABEL maintainer="Carlos Pereira Atencio <[email protected]>"
LABEL Description="Image with the micro:bit toolchain"

# Installing build tools, git, python3 and setting it as the default python
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update -qq && \
Expand Down

0 comments on commit 4b46212

Please sign in to comment.