Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ RUN mkdir -p /opt/lantern/share/cargo-git-checkouts \

FROM ubuntu:22.04

ARG GIT_COMMIT=unknown
ARG GIT_BRANCH=unknown

LABEL org.opencontainers.image.revision=$GIT_COMMIT \
org.opencontainers.image.ref.name=$GIT_BRANCH

ENV DEBIAN_FRONTEND=noninteractive

# Set to "true" to include gdb, perf, and valgrind for debugging/profiling
Expand Down