Skip to content

Commit

Permalink
add swiftshader
Browse files Browse the repository at this point in the history
  • Loading branch information
adkinsjd committed Mar 16, 2022
1 parent 029122a commit 10d4261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/main" >> /etc/apk/repositories && \
echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
apk --no-cache upgrade && \
apk add --no-cache udev ttf-opensans unifont chromium ca-certificates dumb-init && \
apk add --no-cache udev ttf-opensans unifont chromium chromium-swiftshader ca-certificates dumb-init && \
rm -rf /tmp/*

FROM base as build
Expand Down

0 comments on commit 10d4261

Please sign in to comment.