Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grishka committed Mar 2, 2021
1 parent 4c1e44f commit 5c74c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -15,7 +15,7 @@ FROM openjdk:15-buster
SHELL ["bash", "-c"]

RUN apt-get update
RUN apt-get install -y --no-install-recommends libglib2.0-0 libpng16-16 libjpeg62-turbo libgif7 libwebp6 libwebpmux2 libwebpdemux2 libexpat1
RUN apt-get install -y --no-install-recommends libglib2.0-0 libpng16-16 libjpeg62-turbo libgif7 libwebp6 libwebpmux3 libwebpdemux2 libexpat1

RUN mkdir -p /opt/smithereen
WORKDIR /opt/smithereen
Expand Down

0 comments on commit 5c74c69

Please sign in to comment.