Skip to content

Commit 093530e

Browse files
committed
Use apt-get instead of apt
1 parent ced31a2 commit 093530e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

superset-db/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM postgres:12-bullseye
33
LABEL version="3.0.0"
44

55
# Install dependencies
6-
RUN apt update && \
7-
apt install -y \
6+
RUN apt-get update && \
7+
apt-get install -y \
88
git \
99
postgresql-12-python3-multicorn \
1010
python3-setuptools

0 commit comments

Comments
 (0)