Skip to content

Commit 1ca6a10

Browse files
committed
update commands to ubuntu image
1 parent 19c1148 commit 1ca6a10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docker/dispatcher/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ ARG TARGETPLATFORM
55

66
WORKDIR /app
77

8-
RUN apk --no-cache add ca-certificates tzdata curl && \
8+
RUN apt-get update && \
9+
apt-get install -y --no-install-recommends \
10+
ca-certificates \
11+
tzdata \
12+
curl && \
913
case "$TARGETPLATFORM" in \
1014
"linux/arm64") URL="https://github.com/ResearchComputer/OpenComputeFramework/releases/download/${VERSION}/ocf-arm64" ;; \
1115
*) URL="https://github.com/ResearchComputer/OpenComputeFramework/releases/download/${VERSION}/ocf-amd64" ;; \

0 commit comments

Comments
 (0)