Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
lyskov committed Mar 15, 2024
2 parents dc94e3d + e2ba081 commit 402ca34
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
FROM ubuntu:20.04 as base

# Config
ARG BRANCH="master"
ARG CLANG_VERSION=14


FROM ubuntu:20.04 as base
ARG BRANCH
ARG CLANG_VERSION

# General dependencies
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
Expand All @@ -22,6 +25,8 @@ RUN apt-get update \

# Build binder
FROM base as build
ARG BRANCH
ARG CLANG_VERSION

# Build dependencies
RUN apt-get update
Expand Down

0 comments on commit 402ca34

Please sign in to comment.