Merge pull request 'Fix #763 Update Dockerfile.dev' (#841) from update-dockerfile-dev into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/841
This commit is contained in:
KitaitiMakoto 2020-12-07 02:06:00 +00:00
commit 7bd3c1b01e
2 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ executors:
type: boolean
default: false
docker:
- image: plumeorg/plume-buildenv:v0.2.0
- image: plumeorg/plume-buildenv:v0.3.0
- image: <<#parameters.postgres>>circleci/postgres:9.6-alpine<</parameters.postgres>><<^parameters.postgres>>alpine:latest<</parameters.postgres>>
environment:
POSTGRES_USER: postgres

View File

@ -10,7 +10,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc \
make \
openssl \
libssl-dev
libssl-dev\
clang
WORKDIR /scratch
COPY script/wasm-deps.sh .