mirror of
https://github.com/friendica/friendica
synced 2026-03-17 03:29:03 +01:00
fix caching problem devcontainer
This commit is contained in:
parent
17829955be
commit
024eb04c1a
1 changed files with 3 additions and 3 deletions
|
|
@ -2,10 +2,10 @@ FROM php:8.4-apache
|
|||
|
||||
ARG DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update -y;
|
||||
|
||||
# Install MariaDB client
|
||||
RUN apt-get install -y mariadb-client
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends mariadb-client \
|
||||
;
|
||||
|
||||
# Base packages
|
||||
RUN apt-get install -y \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue