File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -137,16 +137,6 @@ Additional information:
137
137
- [ #491 ] ( https://github.com/mattn/go-sqlite3/issues/491 )
138
138
- [ #560 ] ( https://github.com/mattn/go-sqlite3/issues/560 )
139
139
140
- ## Docker
141
-
142
- ### Alpine
143
-
144
- When building in an ` alpine ` container run the following command before building.
145
-
146
- ```
147
- apk add --update gcc musl-dev
148
- ```
149
-
150
140
# Google Cloud Platform
151
141
152
142
Building on GCP is not possible because ` Google Cloud Platform does not allow ` gcc` to be executed.
@@ -169,6 +159,14 @@ If you wish to link directly to libsqlite3 then you can use the `libsqlite3` bui
169
159
go build --tags "libsqlite3 linux"
170
160
```
171
161
162
+ ### Alpine
163
+
164
+ When building in an ` alpine ` container run the following command before building.
165
+
166
+ ```
167
+ apk add --update gcc musl-dev
168
+ ```
169
+
172
170
### Fedora
173
171
174
172
``` bash
You can’t perform that action at this time.
0 commit comments