Skip to content

Commit fcc50a6

Browse files
committed
fix: merge lightpanda docker instructions
1 parent 72225e7 commit fcc50a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/build/src/extensions/lightpanda.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ export const lightpanda = ({ arch = 'x86_64', version = 'nightly', disableTeleme
3535

3636
/* Install Lightpanda */
3737
instructions.push(
38-
`RUN curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/${version}/lightpanda-${arch}-linux`,
39-
'RUN chmod a+x ./lightpanda',
40-
'RUN mv ./lightpanda /usr/bin/lightpanda',
38+
`RUN curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/${version}/lightpanda-${arch}-linux \
39+
&& chmod a+x ./lightpanda \
40+
&& mv ./lightpanda /usr/bin/lightpanda \
4141
)
4242

4343
context.addLayer({

0 commit comments

Comments
 (0)