Skip to content

Commit

Permalink
CI: fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
v1993 committed Sep 6, 2023
1 parent acbc937 commit 5ffe7cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ARG UBUNTU_RELEASE=jammy

ARG BUILD_TYPE=release
ARG ENABLE_LTO=true

FROM ubuntu:$UBUNTU_RELEASE AS build-stage
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
git ca-certificates build-essential libudev-dev libevdev-dev zlib1g-dev valac libgee-0.8-dev meson

COPY . /

ARG BUILD_TYPE=release
ARG ENABLE_LTO=true

RUN meson setup \
"--buildtype=${BUILD_TYPE}" \
"-Db_lto=${ENABLE_LTO}" \
Expand Down

0 comments on commit 5ffe7cf

Please sign in to comment.