Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit b2c151b

Browse files
committed
Fix docker image
1 parent 1c93a96 commit b2c151b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfile.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM postgres:${PG_VERSION}-alpine
22

3-
ENV LANG=C.UTF-8 PGDATA=/pg/data SELCC=${CC}
3+
ENV LANG=C.UTF-8 PGDATA=/pg/data
44

55
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/main' > /etc/apk/repositories && \
66
echo 'http://dl-cdn.alpinelinux.org/alpine/v3.6/community' >> /etc/apk/repositories && \

run_tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
set -eux
44

5-
id
5+
echo CC=$CC
6+
echo CHECK_CODE=$CHECK_CODE
7+
echo PG_VERSION=$PG_VERSION
68

79
# perform code analysis if necessary
810
if [ $CHECK_CODE = "true" ]; then

0 commit comments

Comments
 (0)