Skip to content

Commit

Permalink
Remove alpine testing repository from docker image
Browse files Browse the repository at this point in the history
The freeimage library is available in community since some time now.
  • Loading branch information
Daniel Oom committed Oct 2, 2022
1 parent 8ae78e1 commit a632b84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM alpine:edge

# As of 2018-11-11 freeimage was only available in testing
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --no-cache add pkgconfig meson ninja gcc g++ clang glew-dev glm-dev freeimage-dev glfw-dev libxcursor-dev

COPY . /pathtracer
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Uses meson and ninja for building:
ninja -C builddir

The [Dockerfile](https://github.com/daoo/pathtracer/blob/master/Dockerfile)
describes the build environment that is used with travis.
describes the build environment that is used with github workflows.

## Running

Expand Down

0 comments on commit a632b84

Please sign in to comment.