Skip to content

Commit 215131b

Browse files
committed
Merge branch 'dev' of github.com:cmap/cup into dev
2 parents 071c7e7 + 8542cb7 commit 215131b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ EXPOSE 8801
66

77
WORKDIR /app
88

9-
RUN apt-get update && apt-get install -y \
9+
RUN apt-get clean && apt-get update
10+
11+
RUN apt-get install -y \
1012
build-essential \
1113
software-properties-common
1214

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env bash
2-
docker build -t prismcmap/cup-dev:latest .
2+
docker build --platform=linux/amd64 -t prismcmap/cup-dev:latest .

0 commit comments

Comments
 (0)