Skip to content
This repository was archived by the owner on May 28, 2023. It is now read-only.

Commit dfe8015

Browse files
author
Tomasz Kostuch
authored
Merge branch 'develop' into bugfix/450
2 parents ecf46dc + df50ea6 commit dfe8015

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3131
- use ts for compiling additional scripts - @gibkigonzo (#437)
3232
- Bugfix for wrong JSON scheme url's and hostname resolution for `magento1` platform - @cewald (#443)
3333
- check if headers has been already sent in image middleware - @gibkigonzo (#434)
34+
- Missing packages in Docker Makefile (make, python and g++) - @proxiblue (#448)
3435
- change path in ecosystem for o2m - @gibkigonzo (#434)
3536

3637
## [1.11.1] - 2020.03.17

docker/vue-storefront-api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apk add --no-cache curl git
99
COPY package.json ./
1010
COPY yarn.lock ./
1111

12-
RUN apk add --no-cache --virtual .build-deps ca-certificates wget && \
12+
RUN apk add --no-cache --virtual .build-deps ca-certificates wget python make g++ && \
1313
yarn install --no-cache && \
1414
apk del .build-deps
1515

0 commit comments

Comments
 (0)