@akanjs/config 0.9.30 → 0.9.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cjs/src/akanConfig.js +0 -1
- package/esm/src/akanConfig.js +0 -1
- package/package.json +1 -1
package/cjs/src/akanConfig.js
CHANGED
|
@@ -141,7 +141,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
|
|
|
141
141
|
ARG TARGETARCH
|
|
142
142
|
RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
|
|
143
143
|
${preRunScripts.join("\n")}
|
|
144
|
-
RUN rm -rf /var/lib/apt/lists/*
|
|
145
144
|
RUN mkdir -p /workspace
|
|
146
145
|
WORKDIR /workspace
|
|
147
146
|
COPY ./package.json ./package.json
|
package/esm/src/akanConfig.js
CHANGED
|
@@ -106,7 +106,6 @@ RUN apt install -y git redis build-essential python3 ca-certificates fonts-liber
|
|
|
106
106
|
ARG TARGETARCH
|
|
107
107
|
RUN if [ "$TARGETARCH" = "amd64" ]; then wget https://fastdl.mongodb.org/tools/db/mongodb-database-tools-debian92-x86_64-100.3.1.deb && apt install -y ./mongodb-database-tools-*.deb && rm -f mongodb-database-tools-*.deb; fi
|
|
108
108
|
${preRunScripts.join("\n")}
|
|
109
|
-
RUN rm -rf /var/lib/apt/lists/*
|
|
110
109
|
RUN mkdir -p /workspace
|
|
111
110
|
WORKDIR /workspace
|
|
112
111
|
COPY ./package.json ./package.json
|