Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit 72925f0

Browse files
author
Matthias Koeppe
committed
docker/.gitpod.Dockerfile: Install lsb-release
1 parent b35341e commit 72925f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/.gitpod.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM condaforge/mambaforge
33

44
# Some basic system packages
5-
RUN apt update && apt-get install -yq --no-install-recommends sudo gpg curl
5+
RUN apt update && apt-get install -yq --no-install-recommends sudo gpg curl lsb-release
66

77
# Make Docker available, like the default gitpod image does
88
# from https://github.com/gitpod-io/workspace-images/blob/main/chunks/tool-docker/Dockerfile @ 3f0988f2d06768d22d0aa1454ef0e963b0db65f3

0 commit comments

Comments
 (0)