mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-09-23 11:15:02 -04:00
Enable apt update again (#3584)
This commit is contained in:
1 parent
7e85cb168d
commit
f323ec06e8
1 file changed
+4
-4
+4
-4
@@ -1,10 +1,10 @@
|
||||
FROM php:8-apache AS ospos
|
||||
LABEL maintainer="jekkos"
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
libicu-dev \
|
||||
libgd-dev \
|
||||
openssl
|
||||
RUN apt update && apt-get install -y \
|
||||
libicu-dev \
|
||||
libgd-dev \
|
||||
openssl
|
||||
|
||||
RUN a2enmod rewrite headers
|
||||
RUN docker-php-ext-install mysqli bcmath intl gd
|
||||
|
||||
Reference in new issue
Block a user