Skip to content

Commit

Permalink
Merge pull request #17 from openziti/feature/libacl_etc_resolver_enab…
Browse files Browse the repository at this point in the history
…lement

Adds build deps to base container for new attr vcpkg dep
  • Loading branch information
sabedevops authored Aug 10, 2023
2 parents ed3d14c + 89ed04c commit 184df15
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,26 @@ ENV BUILD_ENVIRONMENT="ziti-builder-docker"

RUN apt-get update \
&& apt-get -y install \
autoconf \
automake \
autopoint \
build-essential \
crossbuild-essential-armhf \
crossbuild-essential-arm64 \
curl zip unzip tar \
crossbuild-essential-armhf \
curl \
doxygen \
git \
graphviz \
libssl-dev \
libsystemd-dev \
libtool \
ninja-build \
pkg-config \
python3 \
tar \
unzip \
zip \
zlib1g-dev \
libssl-dev \
ninja-build \
&& rm -rf /var/lib/apt/lists/*

RUN curl -sSfL https://cmake.org/files/v${CMAKE_VERSION%.*}/cmake-${CMAKE_VERSION}-linux-$(uname -m).sh -o cmake.sh \
Expand All @@ -53,6 +60,8 @@ COPY ./crossbuild.list /etc/apt/sources.list.d/crossbuild.list
RUN sed -Ei 's/^deb/deb [arch=amd64]/g' /etc/apt/sources.list
RUN apt-get update
RUN apt-get -y install \
libcap-dev:armhf \
libcap-dev:arm64 \
zlib1g-dev:armhf \
zlib1g-dev:arm64 \
libssl-dev:armhf \
Expand Down

0 comments on commit 184df15

Please sign in to comment.