Skip to content

Commit cf4b585

Browse files
committed
Moved Alpine to Linux Section
[ci skip]
1 parent c9394b1 commit cf4b585

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -137,16 +137,6 @@ Additional information:
137137
- [#491](https://github.com/mattn/go-sqlite3/issues/491)
138138
- [#560](https://github.com/mattn/go-sqlite3/issues/560)
139139

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-
150140
# Google Cloud Platform
151141

152142
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
169159
go build --tags "libsqlite3 linux"
170160
```
171161

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+
172170
### Fedora
173171

174172
```bash

0 commit comments

Comments
 (0)