| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=22.04 |
| ADD file:194c886b88876c1804cc5f80719669653c16a388b664147b7f22402105f533c4 in / |
| CMD ["/bin/bash"] |
| /bin/sh -c apt-get update && apt-get install -y curl wget gnupg build-essential && curl --silent --location https://deb.nodesource.com/setup_18.x | bash - && apt-get update && apt-get install -y nodejs git busybox jq && node -v |
| /bin/sh -c corepack enable && yarn --version |
| WORKDIR /app |
| COPY dir:9fa8aeb6ef3e79f78cba5de5b7349260ef877ab72f0855b24a2b73eef891f363 in . |
| /bin/sh -c echo "Building mobymask-v2-watcher-ts" && yarn && yarn build |
| WORKDIR /app |