Skip to content

Commit

Permalink
Give up on libwebp in steamruntime.
Browse files Browse the repository at this point in the history
  • Loading branch information
UncombedCoconut committed Jul 10, 2021
1 parent edd2e39 commit d1a090d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
`naev-macos` (Used to cross compile macOS releases, and CI)

### v1.4.9
Added more SuiteSparse libraries to `naev-macos`.
Added more SuiteSparse libraries to `naev-macos`. Added additional website build dependencies. Give up on libwebp in steamruntime.

### v1.4.8
Fixed website builds on the `naev-linux-latest` image.
Expand Down
6 changes: 0 additions & 6 deletions naev-steamruntime/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ LABEL org.opencontainers.image.authors "Jack Greiner <jack@emoss.org>"
LABEL org.opencontainers.image.source "https://github.com/ProjectSynchro/synchros-sexy-docker-containers"
LABEL org.opencontainers.image.description "Steam runtime (Soldier) development environment for Naev, various dependencies for testing meson and autotools as well as additional Naev functionality."

# Update APT repositories
RUN apt-get update

# Install pip from steam/debian repositories.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y python3-pip
RUN python3 -m pip install --upgrade pip && \
Expand All @@ -25,9 +22,6 @@ RUN python3 -m pip install meson --upgrade && \
which meson && \
meson --version

# Naughty: we need libwebp, not in the SDK... though only at runtime, dynamically loaded by SDL2_mixer.
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y libwebp-dev

# Cleanup apt cache and remove lists.
RUN apt-get clean && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d1a090d

Please sign in to comment.