Skip to content

Commit

Permalink
Addressing build script renaming in lightspark/lightspark#552.
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev committed Nov 24, 2020
1 parent 832bc6d commit de8ab7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.lightsparkplugin
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN DEBIAN_FRONTEND=noninteractive \
&& apt-get install -y browser-plugin-gnash libgl1 sudo \
&& git clone --single-branch --depth 1 https://github.com/lightspark/lightspark.git \
&& cd lightspark \
&& ./build -d
&& ./build.sh -d


FROM vasilev/palemoon:latest
Expand Down

0 comments on commit de8ab7a

Please sign in to comment.