We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b38acd commit e0aa42dCopy full SHA for e0aa42d
src/cartservice/src/Dockerfile
@@ -15,7 +15,7 @@
15
# limitations under the License.
16
17
# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
18
-FROM --platform=$BUILDPLATFORM registry.ddbuild.io/images/mirror/dotnet:sdk-8.0.100-1 AS builder
+FROM registry.ddbuild.io/images/mirror/dotnet:sdk-8.0.100-1 AS builder
19
ARG TARGETARCH
20
21
WORKDIR /usr/src/app/
src/emailservice/Dockerfile
@@ -8,7 +8,7 @@ FROM base as builder
8
9
WORKDIR /tmp
10
11
-COPY Gemfile Gemfile.lock .
+COPY Gemfile Gemfile.lock ./
12
13
#RUN apk update && apk add make gcc musl-dev gcompat && bundle install
14
RUN apt-get update && apt-get install build-essential -y && bundle install
0 commit comments