We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 071c7e7 + 8542cb7 commit 215131bCopy full SHA for 215131b
Dockerfile
@@ -6,7 +6,9 @@ EXPOSE 8801
6
7
WORKDIR /app
8
9
-RUN apt-get update && apt-get install -y \
+RUN apt-get clean && apt-get update
10
+
11
+RUN apt-get install -y \
12
build-essential \
13
software-properties-common
14
build_docker.sh
@@ -1,2 +1,2 @@
1
#!/usr/bin/env bash
2
-docker build -t prismcmap/cup-dev:latest .
+docker build --platform=linux/amd64 -t prismcmap/cup-dev:latest .
0 commit comments