Skip to content

Commit 09b16bd

Browse files
committed
use apt-get instead of apt in dockerfile
1 parent 26a957f commit 09b16bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ COPY --from=prerelease /usr/src/app/hotTakeData.json .
4141
COPY --from=prerelease /usr/src/app/CascadiaCode.ttf .
4242
COPY --from=prerelease /usr/src/app/package.json .
4343

44-
RUN apt-get update && apt install -y libcairo2-dev libpango1.0-dev libgif7 librsvg2-2 curl
44+
RUN apt-get update && apt-get install -y libcairo2-dev libpango1.0-dev libgif7 librsvg2-2 curl
4545

4646

4747
# run the app

0 commit comments

Comments
 (0)