Skip to content

Commit 8c601e2

Browse files
committed
[docker] apt-get
1 parent 3358d5a commit 8c601e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile-api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ USER 1001
1313
ENTRYPOINT ["/tini", "-v", "--"]
1414

1515
## Required by both images
16-
RUN apt update && apt -y install sendmail
16+
RUN apt-get update && apt-get -y install sendmail
1717

1818
# Setup Countly
1919
ENV CLY_DOCKER 1

0 commit comments

Comments
 (0)