We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75541a7 commit 3ddd886Copy full SHA for 3ddd886
1 file changed
Earthfile
@@ -73,8 +73,7 @@ integration-test-postgres:
73
74
integration-test-mysql:
75
FROM +setup-base
76
- RUN apk del mariadb-client
77
- RUN apk add mysql-client
+ RUN apk del mariadb-client && apk add mysql-client
78
79
DO +COMMON_SETUP_AND_MIX
80
0 commit comments