Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Same for Dockerfiles
Browse files Browse the repository at this point in the history
hummeltech committed Mar 5, 2023
1 parent 5010ece commit 1de88cf
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docker/debian/Dockerfile
Original file line number Diff line number Diff line change
@@ -15,11 +15,12 @@ RUN --mount=id=debian:${debian_version}-/var/cache/apt,sharing=locked,target=/va
apt-get --yes update && \
apt-get --yes upgrade && \
apt-get --no-install-recommends --yes install \
build-essential \
apache2 \
apache2-dev \
cmake \
curl \
g++ \
gcc \
libcairo2-dev \
libcurl4-openssl-dev \
libglib2.0-dev \
3 changes: 2 additions & 1 deletion docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
@@ -15,11 +15,12 @@ RUN --mount=id=ubuntu:${ubuntu_version}-/var/cache/apt,sharing=locked,target=/va
apt-get --yes update && \
apt-get --yes upgrade && \
apt-get --no-install-recommends --yes install \
build-essential \
apache2 \
apache2-dev \
cmake \
curl \
g++ \
gcc \
libcairo2-dev \
libcurl4-openssl-dev \
libglib2.0-dev \

0 comments on commit 1de88cf

Please sign in to comment.