We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced31a2 commit 093530eCopy full SHA for 093530e
1 file changed
superset-db/Dockerfile
@@ -3,8 +3,8 @@ FROM postgres:12-bullseye
3
LABEL version="3.0.0"
4
5
# Install dependencies
6
-RUN apt update && \
7
- apt install -y \
+RUN apt-get update && \
+ apt-get install -y \
8
git \
9
postgresql-12-python3-multicorn \
10
python3-setuptools
0 commit comments