I hereby claim:
- I am yozik04 on github.
- I am yozik04 (https://keybase.io/yozik04) on keybase.
- I have a public key ASBoNOLllavQujf8KfG6gcDHjlPCwZ9vrN4riEISZFoD3wo
To claim this, I am signing this object:
{ | |
"configurations": [ | |
{ | |
"name": "STM8", | |
"includePath": [ | |
"${workspaceFolder}/**", | |
"C:/Program Files (x86)/COSMIC/FSE_Compilers/CXSTM8/Hstm8/**" | |
], | |
"defines": [ | |
"_DEBUG", |
I hereby claim:
To claim this, I am signing this object:
#!/bin/sh | |
### CONFIG | |
INTERFACES="eth1 eth2" | |
### DO NOT EDIT BELOW | |
LAST_MACS="" | |
assoclist() |
FROM php:7-fpm-alpine | |
RUN apk --update add --virtual build-dependencies build-base openssl-dev autoconf \ | |
&& pecl install mongodb \ | |
&& docker-php-ext-enable mongodb \ | |
&& apk del build-dependencies build-base openssl-dev autoconf \ | |
&& rm -rf /var/cache/apk/* | |
# Time Zone | |
RUN echo "date.timezone=${PHP_TIMEZONE:-UTC}" > $PHP_INI_DIR/conf.d/date_timezone.ini |