Skip to content

Commit

Permalink
Merge pull request #208 from joryirving/feat/update-it-tools
Browse files Browse the repository at this point in the history
feat: cleanup dockerfile
  • Loading branch information
joryirving authored Feb 3, 2025
2 parents 7cc0f74 + a344426 commit e345188
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions apps/it-tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ LABEL dev.joryirving.image.target_os=$TARGETOS
LABEL org.opencontainers.image.source="https://github.com/CorentinTh/it-tools"

RUN \
apk add --no-cache curl git jq \
&& git clone -b v$VERSION --single-branch https://github.com/CorentinTh/it-tools.git /app \
apk add --no-cache curl git \
&& git clone -b v${VERSION} --single-branch https://github.com/CorentinTh/it-tools.git /app \
&& cd /app \
&& corepack enable \
&& corepack prepare pnpm@latest --activate \
&& corepack install \
&& corepack prepare pnpm --activate \
&& pnpm install --prefer-offline \
&& pnpm build

Expand Down

0 comments on commit e345188

Please sign in to comment.