Skip to content

Commit 7f3b594

Browse files
authored
jammy ref images (#413)
1 parent 48c3867 commit 7f3b594

File tree

106 files changed

+17
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+17
-0
lines changed

build/Dockerfile-ubuntu-22.04

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# This Dockerfile can be used to test and build govips
2+
3+
FROM ubuntu:22.04
4+
5+
ENV DEBIAN_FRONTEND noninteractive
6+
7+
# Enable deb-src APT sources and get build tools
8+
RUN sed -e '/^#\sdeb-src /s/^# *//;t;d' "/etc/apt/sources.list" \
9+
>> "/etc/apt/sources.list.d/ubuntu-sources.list"
10+
RUN apt-get update
11+
RUN apt-get -y --no-install-recommends install \
12+
build-essential git golang
13+
RUN apt-get -y --no-install-recommends install ca-certificates
14+
RUN apt-get -y --no-install-recommends install lsb-release
15+
RUN apt-get -y install --no-install-recommends libvips-dev
16+
RUN mkdir -p ~/go/src/github.com/davidbyttow
17+
RUN cd ~/go/src/github.com/davidbyttow && git clone -v https://github.com/davidbyttow/govips.git
25.2 KB
9.11 KB
17.7 KB
688 Bytes
22.3 KB

0 commit comments

Comments
 (0)