Skip to content

Commit d060baa

Browse files
committed
Dockerfile: s/apt/apt-get/
1 parent a773275 commit d060baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM eclipse-temurin:8 as build-jar
22

3-
RUN apt update
4-
RUN apt install -y curl
3+
RUN apt-get update
4+
RUN apt-get install -y curl
55

66
ARG SBT_VERSION=1.5.2
77
RUN cd /opt && curl -fSsL https://github.com/sbt/sbt/releases/download/v${SBT_VERSION}/sbt-${SBT_VERSION}.tgz | tar xvz

0 commit comments

Comments
 (0)